diff --git a/src/device/mouse_wacom_tablet.c b/src/device/mouse_wacom_tablet.c index 31bc92027..16f47260f 100644 --- a/src/device/mouse_wacom_tablet.c +++ b/src/device/mouse_wacom_tablet.c @@ -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;