mirror of
https://review.haiku-os.org/haiku
synced 2025-02-01 03:06:08 +01:00
Make sure that you remove the separator item before adding the team menu in mini mode or it won't work all the time
This commit is contained in:
parent
d6f6b835ad
commit
dec421b1db
@ -389,8 +389,8 @@ TBarView::PlaceDeskbarMenu()
|
||||
loc = Bounds().LeftTop();
|
||||
} else {
|
||||
// mini mode, DeskbarMenu next to team menu
|
||||
fBarMenuBar->AddTeamMenu();
|
||||
fBarMenuBar->RemoveSeperatorItem();
|
||||
fBarMenuBar->AddTeamMenu();
|
||||
}
|
||||
|
||||
fBarMenuBar->SmartResize(width, menuFrame.Height());
|
||||
|
Loading…
x
Reference in New Issue
Block a user