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:
stippi
2012-07-03 15:44:11 +02:00
committed by Alexandre Deckner
parent 3a3173e8cb
commit 807ee4b477
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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));