mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 21:21:06 +01:00 
			
		
		
		
	Removed apparently unncessary code in InputFloatN() and InputInt().
This commit is contained in:
		| @@ -8531,7 +8531,6 @@ bool ImGui::InputFloatN(const char* label, float* v, int components, int decimal | ||||
|     } | ||||
|     PopID(); | ||||
|  | ||||
|     window->DC.CurrentLineTextBaseOffset = ImMax(window->DC.CurrentLineTextBaseOffset, g.Style.FramePadding.y); | ||||
|     TextUnformatted(label, FindRenderedTextEnd(label)); | ||||
|     EndGroup(); | ||||
|  | ||||
| @@ -8574,7 +8573,6 @@ bool ImGui::InputIntN(const char* label, int* v, int components, ImGuiInputTextF | ||||
|     } | ||||
|     PopID(); | ||||
|  | ||||
|     window->DC.CurrentLineTextBaseOffset = ImMax(window->DC.CurrentLineTextBaseOffset, g.Style.FramePadding.y); | ||||
|     TextUnformatted(label, FindRenderedTextEnd(label)); | ||||
|     EndGroup(); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user