Skip to content

Commit bc65d25

Browse files
elpasonyalldawson
authored andcommittedMay 28, 2019
Update src/core/layout/qgslayoutmultiframe.cpp
1 parent 3b7c0f8 commit bc65d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/layout/qgslayoutmultiframe.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ void QgsLayoutMultiFrame::handlePageChange()
385385
}
386386
}
387387

388-
if ( mFrameItems.count( ) )
388+
if ( !mFrameItems.empty() )
389389
{
390390
//page number of the last item
391391
QgsLayoutFrame *lastFrame = mFrameItems.last();

0 commit comments

Comments
 (0)
Please sign in to comment.