* This should fix the calendar menu when using the click-to-focus mode.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33804 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -174,7 +174,7 @@ CalendarMenuWindow::WindowActivated(bool active)
|
|||||||
if (active)
|
if (active)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (mouse_mode() == 0) {
|
if (mouse_mode() != B_FOCUS_FOLLOWS_MOUSE) {
|
||||||
if (!active)
|
if (!active)
|
||||||
PostMessage(B_QUIT_REQUESTED);
|
PostMessage(B_QUIT_REQUESTED);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user