Skip to content

Commit

Permalink
Code layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rduivenvoorde authored and nyalldawson committed Mar 31, 2021
1 parent 9bdc1d0 commit 52177cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/layout/qgslayoutviewtoolselect.cpp
Expand Up @@ -224,7 +224,7 @@ void QgsLayoutViewToolSelect::layoutReleaseEvent( QgsLayoutViewMouseEvent *event
QgsLayoutItem *layoutItem = dynamic_cast<QgsLayoutItem *>( item );
QgsLayoutItemPage *paperItem = dynamic_cast<QgsLayoutItemPage *>( item );
if ( paperItem )
focusedPaperItem = paperItem;
focusedPaperItem = paperItem;

if ( layoutItem && !paperItem )
{
Expand Down

0 comments on commit 52177cb

Please sign in to comment.