commit | cd4cc9ff0d2995b683129fb77c05a856110141a9 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Wed Jul 07 16:18:11 2021 +0200 |
committer | ocornut <omarcornut@gmail.com> | Wed Jul 07 16:39:39 2021 +0200 |
tree | 3739abd9d76bf114d1b2a2dbd87538456c175975 | |
parent | 9e8e5ac36310607012e551bb04633039c2125c87 [diff] |
Docking: Fixed crash issues using DockBuilderRemoveNode() in some situations. (#3111, #3179, #3203, #4295) If the deleted root node isn't part of a dockspace with a central node, it won't be "protected" but removed when last window gets removed.