Double-clicking on resize grip doesn't keep grip active if mouse button is kept held.

docking
ocornut 10 years ago
parent 2d29907611
commit 2d81a73f85

@ -3056,6 +3056,7 @@ bool ImGui::Begin(const char* name, bool* p_opened, const ImVec2& size, float bg
window->SizeFull = size_auto_fit; window->SizeFull = size_auto_fit;
if (!(window->Flags & ImGuiWindowFlags_NoSavedSettings)) if (!(window->Flags & ImGuiWindowFlags_NoSavedSettings))
MarkSettingsDirty(); MarkSettingsDirty();
SetActiveId(0);
} }
else if (held) else if (held)
{ {

Loading…
Cancel
Save