mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-01 03:30:06 +00:00
Docking: Fixed a bug where ClassId compare tests (when using SetNextWindowClass) on success would prevent further filter from running. (#6882)
This commit is contained in:
parent
f8aed6499f
commit
ff534b0d0a
2 changed files with 11 additions and 3 deletions
|
|
@ -127,6 +127,12 @@ Docking+Viewports Branch:
|
|||
- Docking: renamed ImGuiDockNodeFlags_NoDockingInCentralNode to ImGuiDockNodeFlags_NoDockingOverCentralNode.
|
||||
- Docking: Internals: renamed ImGuiDockNodeFlags_NoDockingSplitMe to ImGuiDockNodeFlags_NoDockingSplit.
|
||||
|
||||
Docking+Viewports Branch:
|
||||
|
||||
- Docking: Fixed a bug where ClassId compare tests (when using SetNextWindowClass)
|
||||
on success would prevent further filter from running, namely the one that prevent
|
||||
docking over a popup.
|
||||
|
||||
|
||||
-----------------------------------------------------------------------
|
||||
VERSION 1.89.9 (Released 2023-09-04)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue