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
This commit is contained in:
John Scipione 2011-11-06 03:31:07 +00:00
parent 7eb3210e8f
commit 2f99b4911a

View File

@ -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,