Skip to content

Commit

Permalink
Revert modifier logic change
Browse files Browse the repository at this point in the history
  • Loading branch information
PhysSong authored Nov 28, 2017
1 parent 8434d5f commit 9d4c377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Track.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ void TrackContentObjectView::mousePressEvent( QMouseEvent * me )
m_action = ToggleSelected;
}
}
else
else if( !me->modifiers() )
{
if( isSelected() )
{
Expand Down

0 comments on commit 9d4c377

Please sign in to comment.