mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-16 18:25:01 +00:00
Double-clicking on resize grip doesn't keep grip active if mouse button is kept held.
This commit is contained in:
parent
2d29907611
commit
2d81a73f85
1 changed files with 1 additions and 0 deletions
|
@ -3056,6 +3056,7 @@ bool ImGui::Begin(const char* name, bool* p_opened, const ImVec2& size, float bg
|
|||
window->SizeFull = size_auto_fit;
|
||||
if (!(window->Flags & ImGuiWindowFlags_NoSavedSettings))
|
||||
MarkSettingsDirty();
|
||||
SetActiveId(0);
|
||||
}
|
||||
else if (held)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue