mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-06 13:08:47 +02:00
Viewports: Fixed a crash while a window owning its viewport disappear while being dragged.
t would manifest when e.g. reconfiguring dock nodes while dragging.
This commit is contained in:
@ -148,7 +148,9 @@ Docking+Viewports Branch:
|
||||
- Docking: fixed settings load issue when mouse wheeling. (#4310)
|
||||
- Docking + Drag and Drop: Fixed using BeginDragDropSource() or BeginDragDropTarget() inside a Begin()
|
||||
that returned false because the window is docked. (#4515)
|
||||
- Viewports: Viewports: fixed unnecessary creation of temporary viewports when multiple docked windows
|
||||
- Viewports: Fixed a crash while a window owning its viewport disappear while being dragged.
|
||||
It would manifest when e.g. reconfiguring dock nodes while dragging.
|
||||
- Viewports: Fixed unnecessary creation of temporary viewports when multiple docked windows
|
||||
got reassigned to a new node (created mid-frame) which already has a HostWindow.
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user