mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Code layout
This commit is contained in:
parent
9bdc1d0d5c
commit
52177cb10f
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user