Skip to content

Commit f42f7ac

Browse files
committed
[ui] Dirty project when creating a 3D map view
1 parent 8c899d8 commit f42f7ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/qgisapp.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -10929,6 +10929,8 @@ Qgs3DMapCanvasDockWidget *QgisApp::createNew3DMapCanvasDock( const QString &name
1092910929
}
1093010930
}
1093110931

10932+
markDirty();
10933+
1093210934
Qgs3DMapCanvasDockWidget *map3DWidget = new Qgs3DMapCanvasDockWidget( this );
1093310935
map3DWidget->setAllowedAreas( Qt::AllDockWidgetAreas );
1093410936
map3DWidget->setWindowTitle( name );

0 commit comments

Comments
 (0)