Skip to content

Commit 696b21a

Browse files
committed
Fix layout designer window title
1 parent 9c4a98f commit 696b21a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/layout/qgslayoutdesignerdialog.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ void QgsLayoutDesignerDialog::setCurrentLayout( QgsLayout *layout )
637637
mLayout->guides().clear();
638638
} );
639639
connect( mLayout, &QgsLayout::nameChanged, this, &QgsLayoutDesignerDialog::setWindowTitle );
640+
setWindowTitle( mLayout->name() );
640641

641642
mActionShowGrid->setChecked( mLayout->context().gridVisible() );
642643
mActionSnapGrid->setChecked( mLayout->snapper().snapToGrid() );

0 commit comments

Comments
 (0)