Merge pull request #3167 from Cacodemon345/patch-129
mouse_wacom_tablet: Point mode is disabled when suppressed mode is enabled
This commit is contained in:
@@ -330,6 +330,8 @@ wacom_report_timer(void *priv)
|
||||
|
||||
case WACOM_MODE_POINT:
|
||||
{
|
||||
if (wacom->suppressed_increment)
|
||||
break;
|
||||
if (!(wacom_switch_off_to_on(wacom->b, wacom->oldb)))
|
||||
return;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user