Remove the no longer needed hack from WebPositive.

This commit is contained in:
Ryan Leavengood 2012-08-02 23:24:15 -04:00
parent 0eed2a7c98
commit 16e4281d0a

View File

@ -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;