commit | ba5c105c0194e667f80194c7bc8f0f5c78eaa8a9 | [log] [tgz] |
---|---|---|
author | ocornut <omarcornut@gmail.com> | Mon Oct 11 11:37:31 2021 +0200 |
committer | ocornut <omarcornut@gmail.com> | Mon Oct 11 11:48:39 2021 +0200 |
tree | 18d09a2dfa2c5fc1b1cd833483c499e072c7de6d | |
parent | 44f801186fd9e8e9c3ed87358eadae0f19032c85 [diff] |
Menus: Fixed an assertion happening in some situations when closing nested menus (broken in 1.83). (#4640) Broken since 936f5322 Weirdly chain-reaction caused by the fact following #4640 repro, the SourceWindow assignment in OpenPopupEx() picks Menu_04 before its closure. Value of SourceWindow since bda2cde6 #2517