Enable "Accept First Click" (supplementary)
As Axel mentioned, there is one more value to be changed. It should be complete now. Ticket: #15953 Change-Id: Ibe09beb6a434f1572c5b3b3dfd7fced3b2af5935 Reviewed-on: https://review.haiku-os.org/c/haiku/+/2580 Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
@@ -54,7 +54,7 @@ DesktopSettingsPrivate::_SetDefaults()
|
||||
|
||||
fMouseMode = B_NORMAL_MOUSE;
|
||||
fFocusFollowsMouseMode = B_NORMAL_FOCUS_FOLLOWS_MOUSE;
|
||||
fAcceptFirstClick = false;
|
||||
fAcceptFirstClick = true;
|
||||
fShowAllDraggers = true;
|
||||
|
||||
// init scrollbar info
|
||||
|
||||
Reference in New Issue
Block a user