ecere/gui/Window: (#1083) Fixed stuck tooltips, stuck/crashing IDE
authorJerome St-Louis <jerome@ecere.com>
Sun, 15 Jun 2014 03:50:00 +0000 (23:50 -0400)
committerJerome St-Louis <jerome@ecere.com>
Sun, 15 Jun 2014 03:50:59 +0000 (23:50 -0400)
commitf5dce423a4a37aad19f2233c25836ed55d43b9b3
tree5e0aa985c2eb19f7bd1d9917144b1440fe1042ba
parentf7c1e556e8e6c6fcffe2fe6fbd90146c477ef103
ecere/gui/Window: (#1083) Fixed stuck tooltips, stuck/crashing IDE
- Problem was introduced with ab4dde3bdaf6541408ad30b6252c63ca4af5fa80, not calling OnMouseLeave while still over child windows
- Now keeping a list of ancestors to call OnMouseLeave for
ecere/src/gui/GuiApplication.ec
ecere/src/gui/Window.ec