mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	Comments (#1034)
This commit is contained in:
		| @@ -7287,7 +7287,7 @@ bool ImGui::Checkbox(const char* label, bool* v) | ||||
|     const ImGuiID id = window->GetID(label); | ||||
|     const ImVec2 label_size = CalcTextSize(label, NULL, true); | ||||
|  | ||||
|     const ImRect check_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(label_size.y + style.FramePadding.y*2, label_size.y + style.FramePadding.y*2)); | ||||
|     const ImRect check_bb(window->DC.CursorPos, window->DC.CursorPos + ImVec2(label_size.y + style.FramePadding.y*2, label_size.y + style.FramePadding.y*2)); // We want a square shape to we use Y twice | ||||
|     ItemSize(check_bb, style.FramePadding.y); | ||||
|  | ||||
|     ImRect total_bb = check_bb; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user