mirror of
https://invent.kde.org/multimedia/kdenlive
synced 2025-12-06 00:09:59 +01:00
Fix spacer tool
This commit is contained in:
@@ -1036,7 +1036,7 @@ void CustomTrackView::mousePressEvent(QMouseEvent * event)
|
||||
|
||||
|
||||
// No item under click
|
||||
if (m_dragItem == NULL) {
|
||||
if (m_dragItem == NULL && m_tool != SpacerTool) {
|
||||
resetSelectionGroup(false);
|
||||
m_scene->clearSelection();
|
||||
updateClipTypeActions(NULL);
|
||||
|
||||
Reference in New Issue
Block a user