Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix build on macos
  • Loading branch information
slarosa committed Jan 29, 2018
1 parent 10fbe5c commit 006ac70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout/qgslayoutdesignerdialog.cpp
Expand Up @@ -374,8 +374,8 @@ QgsLayoutDesignerDialog::QgsLayoutDesignerDialog( QWidget *parent, Qt::WindowFla
// OSX has issues with QShortcut when certain children are focused
ctrlEquals->setParent( mView );
ctrlEquals->setContext( Qt::WidgetWithChildrenShortcut );
backspace->setParent( mView );
backspace->setContext( Qt::WidgetWithChildrenShortcut );
backSpace->setParent( mView );
backSpace->setContext( Qt::WidgetWithChildrenShortcut );
#endif

mActionPreviewModeOff->setChecked( true );
Expand Down

0 comments on commit 006ac70

Please sign in to comment.