Fix copy/paste error in mouse preferences so it will compile with DEBUG=1
Signed-off-by: Matt Madia <[email protected]>
This commit is contained in:
committed by
Matt Madia
parent
d38ae623c3
commit
323738f8ab
@@ -168,7 +168,7 @@ MouseSettings::Dump()
|
||||
printf("mouse mode:\t%s\n", mode);
|
||||
|
||||
char *focus_follows_mouse_mode = "unknown";
|
||||
switch (fMode) {
|
||||
switch (fFocusFollowsMouseMode) {
|
||||
case B_NORMAL_FOCUS_FOLLOWS_MOUSE:
|
||||
focus_follows_mouse_mode = "normal";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user