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:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user