Make sure the interface is showing when the menus are used (i.e. by invoking

Cmd-Esc shortcut).

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@524 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
stippi 2010-06-14 16:02:50 +00:00 committed by Alexandre Deckner
parent d848a89394
commit 054e7e4344
1 changed files with 1 additions and 0 deletions

View File

@ -918,6 +918,7 @@ BrowserWindow::MenusBeginning()
{
_UpdateHistoryMenu();
_UpdateClipboardItems();
_ShowInterface(true);
}