We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6706ab4 commit 4939640Copy full SHA for 4939640
src/CalendarMenuWindow.cpp
@@ -177,6 +177,10 @@ CalendarMenuWindow::MessageReceived(BMessage* message)
177
fInvocationMessage->AddInt32("year", year);
178
msgr.SendMessage(fInvocationMessage);
179
180
+ // Delay closing the window to avoid a MouseUp reaching the window
181
+ // underneath. Remove once https://dev.haiku-os.org/ticket/19861 is fixed.
182
+ snooze(100000 * 2);
183
+
184
PostMessage(B_QUIT_REQUESTED);
185
break;
186
}
0 commit comments