fix macos color model picking with stylus

This commit is contained in:
shun-iwasawa 2023-04-10 17:59:57 +09:00 committed by manongjohn
parent f470a67420
commit f604b77a8e

View file

@ -1501,8 +1501,6 @@ void ImageViewer::tabletEvent(QTabletEvent *e) {
} else if (e->type() == QTabletEvent::TabletRelease) {
m_stylusUsed = false;
}
e->accept();
}
//------------------------------------------------------------------