reimplemented rubberband and hand drag routines

This commit is contained in:
itsmattkc
2019-10-14 07:28:27 +11:00
parent 6f4e5a04e4
commit b09fc2b697
8 changed files with 76 additions and 27 deletions
@@ -38,7 +38,6 @@ TimelineWidget::PointerTool::PointerTool(TimelineWidget *parent) :
track_movement_allowed_(true),
rubberband_selecting_(false)
{
set_drag_mode(QGraphicsView::RubberBandDrag);
}
void TimelineWidget::PointerTool::MousePress(TimelineViewMouseEvent *event)