Skip to content

Commit

Permalink
Change spacing in if statment
Browse files Browse the repository at this point in the history
Co-authored-by: szeli1 <[email protected]>
  • Loading branch information
regulus79 and szeli1 authored Sep 2, 2024
1 parent 4afdc87 commit c287cd0
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 @@ -665,7 +665,7 @@ void ClipView::mousePressEvent( QMouseEvent * me )
setInitialPos( me->pos() );
setInitialOffsets();

if( m_clip->getAutoResize() && !knifeMode)
if (m_clip->getAutoResize() && !knifeMode)
{ // Always move clips that can't be manually resized
m_action = Action::Move;
setCursor( Qt::SizeAllCursor );
Expand Down

0 comments on commit c287cd0

Please sign in to comment.