Skip to content

Commit

Permalink
Remove whitespace from ClipView
Browse files Browse the repository at this point in the history
Co-authored-by: Dalton Messmer <[email protected]>
  • Loading branch information
regulus79 and messmerd committed Sep 22, 2024
1 parent 7974445 commit 650b8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/clips/ClipView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ void ClipView::mousePressEvent( QMouseEvent * me )
auto pClip = dynamic_cast<PatternClip*>(m_clip);
const bool knifeMode = m_trackView->trackContainerView()->knifeMode();

if ( me->modifiers() & Qt::ControlModifier && !(knifeMode) )
if (me->modifiers() & Qt::ControlModifier && !knifeMode)
{
if( isSelected() )
{
Expand Down

0 comments on commit 650b8b4

Please sign in to comment.