Remove the no longer needed hack from WebPositive.
This commit is contained in:
parent
0eed2a7c98
commit
16e4281d0a
@ -495,10 +495,6 @@ BrowserWindow::BrowserWindow(BRect frame, SettingsMessage* appSettings,
|
||||
.Add(statusGroup)
|
||||
);
|
||||
|
||||
// TODO: Small hack for fixing some invalidation problems with BMenuBar...
|
||||
mainMenu->SetFlags(mainMenu->Flags() | B_FULL_UPDATE_ON_RESIZE);
|
||||
mainMenu->SetViewColor(B_TRANSPARENT_COLOR);
|
||||
|
||||
fURLInputGroup->MakeFocus(true);
|
||||
|
||||
fMenuGroup = menuBarGroup;
|
||||
|
Loading…
Reference in New Issue
Block a user