When disabling auto-hide, if the interface was currently still hidden, it wouldn't be restored, Closes ticket #6098.

git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@521 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
anevilyak 2010-05-30 20:46:40 +00:00 committed by Alexandre Deckner
parent 4a09831444
commit 591220f9b2

View File

@ -1950,6 +1950,7 @@ BrowserWindow::_SetAutoHideInterfaceInFullscreen(bool doIt)
} else {
delete fPulseRunner;
fPulseRunner = NULL;
_ShowInterface(true);
}
}