Fix compile

This commit is contained in:
ebbit1q
2025-12-17 07:01:04 +01:00
committed by GitHub
parent 3320c89bfc
commit 2d5ec064df
6 changed files with 632 additions and 557 deletions
+4 -1
View File
@@ -42,8 +42,11 @@ private:
|| t == wxEVT_LEFT_DOWN || t == wxEVT_RIGHT_DOWN
|| t == wxEVT_MOVE
|| t == wxEVT_MENU_HIGHLIGHT || t == wxEVT_MENU_OPEN
|| t == wxEVT_CLOSE_WINDOW || t == wxEVT_KILL_FOCUS
|| t == wxEVT_CLOSE_WINDOW
#if defined(_WIN32)
|| t == wxEVT_KILL_FOCUS
//|| t == wxEVT_ACTIVATE
#endif
|| t == wxEVT_COMMAND_TOOL_CLICKED)
{
// close the list, and pass on the event