This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/src/app/ui/popup_window_pin.cpp b/src/app/ui/popup_window_pin.cpp | |
| index dc3f839a0..6ed26f082 100644 | |
| --- a/src/app/ui/popup_window_pin.cpp | |
| +++ b/src/app/ui/popup_window_pin.cpp | |
| @@ -62,6 +62,15 @@ bool PopupWindowPin::onProcessMessage(Message* msg) | |
| m_pinned = false; | |
| break; | |
| } | |
| + | |
| + // Don't close this popup when the mouse moves outside the hot |