We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 8c899d8 commit f42f7acCopy full SHA for f42f7ac
src/app/qgisapp.cpp
@@ -10929,6 +10929,8 @@ Qgs3DMapCanvasDockWidget *QgisApp::createNew3DMapCanvasDock( const QString &name
10929
}
10930
10931
10932
+ markDirty();
10933
+
10934
Qgs3DMapCanvasDockWidget *map3DWidget = new Qgs3DMapCanvasDockWidget( this );
10935
map3DWidget->setAllowedAreas( Qt::AllDockWidgetAreas );
10936
map3DWidget->setWindowTitle( name );
0 commit comments