Revert the default of the Auto-hide mouse pointer setting, by popular request.
git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@515 94f232f2-1747-11df-bad5-a5bfde151594
This commit is contained in:
committed by
Alexandre Deckner
parent
3a3173e8cb
commit
807ee4b477
@@ -236,7 +236,7 @@ BrowserWindow::BrowserWindow(BRect frame, SettingsMessage* appSettings,
|
||||
fZoomTextOnly(true),
|
||||
fShowTabsIfSinglePageOpen(true),
|
||||
fAutoHideInterfaceInFullscreenMode(false),
|
||||
fAutoHidePointer(true)
|
||||
fAutoHidePointer(false)
|
||||
{
|
||||
// Begin listening to settings changes and read some current values.
|
||||
fAppSettings->AddListener(BMessenger(this));
|
||||
|
||||
Reference in New Issue
Block a user