mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-17 17:08:33 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user