Skip to content

Commit

Permalink
Readd accidentally removed Page Properties action
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 27, 2019
1 parent f5c21a0 commit e534463
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/layout/qgslayoutappmenuprovider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ QMenu *QgsLayoutAppMenuProvider::createContextMenu( QWidget *parent, QgsLayout *
{
mDesigner->showItemOptions( page, true );
} );
menu->addAction( pagePropertiesAction );

if ( mDesigner->guideWidget() )
{
Expand Down

0 comments on commit e534463

Please sign in to comment.