Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 4, 2024
1 parent cbcab26 commit 77ee4cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/gui/layout/qgslayoutmousehandles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ void QgsLayoutMouseHandles::showStatusMessage( const QString &message )

void QgsLayoutMouseHandles::mouseDoubleClickEvent( QGraphicsSceneMouseEvent *event )
{
QgsGraphicsViewMouseHandles::mouseDoubleClickEvent( event );
QgsGraphicsViewMouseHandles::mouseDoubleClickEvent( event );

QList<QGraphicsItem *> items = selectedSceneItems();
if ( items.isEmpty() )
Expand Down
8 changes: 4 additions & 4 deletions src/gui/qgsgraphicsviewmousehandles.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -557,9 +557,9 @@ void QgsGraphicsViewMouseHandles::mouseReleaseEvent( QGraphicsSceneMouseEvent *e

if ( mDoubleClickInProgress )
{
mDoubleClickInProgress = false;
event->accept();
return;
mDoubleClickInProgress = false;
event->accept();
return;
}

// Mouse may have been grabbed from the QgsLayoutViewSelectTool, so we need to release it explicitly
Expand Down Expand Up @@ -1081,7 +1081,7 @@ void QgsGraphicsViewMouseHandles::mouseDoubleClickEvent( QGraphicsSceneMouseEven
{
Q_UNUSED( event )

mDoubleClickInProgress = true;
mDoubleClickInProgress = true;

}

Expand Down

0 comments on commit 77ee4cb

Please sign in to comment.