From 2f99b4911a525cc727f548af883ca7887c9db618 Mon Sep 17 00:00:00 2001 From: John Scipione Date: Sun, 6 Nov 2011 03:31:07 +0000 Subject: [PATCH] woops, I meant 'Only add the window controls to the menu if we are NOT in drag mode' git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@43196 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/deskbar/WindowMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/deskbar/WindowMenu.cpp b/src/apps/deskbar/WindowMenu.cpp index 5ad07ea14a..6910ecd4aa 100644 --- a/src/apps/deskbar/WindowMenu.cpp +++ b/src/apps/deskbar/WindowMenu.cpp @@ -191,7 +191,7 @@ TWindowMenu::AttachedToWindow() fTeam, B_QUIT_REQUESTED)); } } else { - // Only add the window controls to the menu if we are in drag mode + // Only add the window controls to the menu if we are not in drag mode if (!dragging) { TShowHideMenuItem* hide = new TShowHideMenuItem(B_TRANSLATE("Hide all"), fTeam,