[BUG] CodeLite crash while hovered text tooltip is active and focus lost
Version: CodeLite 16.7 and earlier installed via installer from site.
OS: Windows 10/11
Compiler: Msys2/Clang64
Steps to reproduce:
1) Create simple "hello world" console project or use existing
2) Click somewhere on editor
3) Press ctrl+s
4) Move mouse cursor to cout or << to activate hovered text tooltip
5) Press "windows" button on keyboard while cursor hover text and tooltip is active
-> CodeLite hangs about 2 seconds and close
OR
1) Create simple "hello world" console project or use existing
2) Click somewhere on editor
3) Press ctrl+s
4) Press button shortcut for Run, Check field don't ask me again and press Build and Execute
5) Move mouse cursor to cout or << to activate hovered text tooltip
6) Press button shortcut for Run (this time there will be no message) while cursor hover text and tooltip is active
-> CodeLite hangs about 2 seconds and close