vastly improved rubberband selection behavior with selection manager widgets

This commit is contained in:
itsmattkc
2023-02-28 20:21:38 -08:00
parent ee666d8862
commit 9ff6e689d6
11 changed files with 80 additions and 28 deletions
@@ -38,6 +38,8 @@ public:
static qreal GetScrollZoomMultiplier(QWheelEvent* event);
virtual void CatchUpScrollEvent(){}
protected:
virtual void ToolChangedEvent(Tool::Item tool){Q_UNUSED(tool)}