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:
parent
4a09831444
commit
591220f9b2
@ -1950,6 +1950,7 @@ BrowserWindow::_SetAutoHideInterfaceInFullscreen(bool doIt)
|
||||
} else {
|
||||
delete fPulseRunner;
|
||||
fPulseRunner = NULL;
|
||||
_ShowInterface(true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user