mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Clarify usage of right-aligned items in Layout>Widgets Width. Tweaks FAQ, added missing syntax coloring.
This commit is contained in:
parent
d4f08d893e
commit
e0cae25c3c
5 changed files with 99 additions and 71 deletions
|
|
@ -3410,7 +3410,7 @@ void ImGui::UpdateMouseMovingWindowEndFrame()
|
|||
|
||||
if (root_window != NULL && !is_closed_popup)
|
||||
{
|
||||
StartMouseMovingWindow(g.HoveredWindow);
|
||||
StartMouseMovingWindow(g.HoveredWindow); //-V595
|
||||
|
||||
// Cancel moving if clicked outside of title bar
|
||||
if (g.IO.ConfigWindowsMoveFromTitleBarOnly && !(root_window->Flags & ImGuiWindowFlags_NoTitleBar))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue