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:
parent
7eb3210e8f
commit
2f99b4911a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user