mirror of https://github.com/ocornut/imgui.git
Browse Source
Fix FindBlockingkModal() which didn't do what the comments say for the first 2 lines. This is also fixing a crash in FindBlockingModal() which can only happen with dock node, see "window_popup_nested_interruptions_2" and viewport_platform_focus_4" tests. The dock-node related crash comes from the fact that automatic dock node and implicit debug window don't share a common ancestor, so ParentWindowInBeginStack ends up NULL before the loop had a chance to find a match.pull/6526/head
ocornut
1 year ago
2 changed files with 11 additions and 10 deletions
Loading…
Reference in new issue