mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-12 00:14:20 +00:00
+ ArrowButtonEx() internal bits.
This commit is contained in:
parent
7a22767483
commit
2eda3585e7
3 changed files with 3 additions and 3 deletions
|
|
@ -2834,7 +2834,7 @@ static inline bool IsWindowContentHoverable(ImGuiWindow* window, ImGuiHoveredFla
|
|||
// FIXME-OPT: This could be cached/stored within the window.
|
||||
ImGuiContext& g = *GImGui;
|
||||
if (!g.NavWindow)
|
||||
return false;
|
||||
return true;
|
||||
if (ImGuiWindow* focused_root_window = g.NavWindow->RootWindow)
|
||||
if (focused_root_window->WasActive && focused_root_window != window->RootWindow)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue