timeline: removed cursor setting from block item (how did this get here?)
This commit is contained in:
@@ -42,7 +42,6 @@ TimelineViewBlockItem::TimelineViewBlockItem(Block *block, QGraphicsItem* parent
|
||||
block_(block)
|
||||
{
|
||||
setBrush(Qt::white);
|
||||
setCursor(Qt::DragMoveCursor);
|
||||
|
||||
UpdateRect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user