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:
@@ -191,7 +191,7 @@ TWindowMenu::AttachedToWindow()
|
|||||||
fTeam, B_QUIT_REQUESTED));
|
fTeam, B_QUIT_REQUESTED));
|
||||||
}
|
}
|
||||||
} else {
|
} 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) {
|
if (!dragging) {
|
||||||
TShowHideMenuItem* hide
|
TShowHideMenuItem* hide
|
||||||
= new TShowHideMenuItem(B_TRANSLATE("Hide all"), fTeam,
|
= new TShowHideMenuItem(B_TRANSLATE("Hide all"), fTeam,
|
||||||
|
|||||||
Reference in New Issue
Block a user