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
2012-07-03 15:44:12 +02:00
committed by Alexandre Deckner
parent 4a09831444
commit 591220f9b2
+1
View File
@@ -1950,6 +1950,7 @@ BrowserWindow::_SetAutoHideInterfaceInFullscreen(bool doIt)
} else {
delete fPulseRunner;
fPulseRunner = NULL;
_ShowInterface(true);
}
}