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:
Miran Grča
2023-03-02 15:52:34 +01:00
committed by GitHub

View File

@@ -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;