timeline: removed cursor setting from block item (how did this get here?)

This commit is contained in:
itsmattkc
2020-10-10 17:21:47 +11:00
parent 2d93e82489
commit ae8af531a9
@@ -42,7 +42,6 @@ TimelineViewBlockItem::TimelineViewBlockItem(Block *block, QGraphicsItem* parent
block_(block)
{
setBrush(Qt::white);
setCursor(Qt::DragMoveCursor);
UpdateRect();
}