mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
[ui] Dirty project when creating a 3D map view
This commit is contained in:
parent
8c899d8f91
commit
f42f7ace2f
@ -10929,6 +10929,8 @@ Qgs3DMapCanvasDockWidget *QgisApp::createNew3DMapCanvasDock( const QString &name
|
||||
}
|
||||
}
|
||||
|
||||
markDirty();
|
||||
|
||||
Qgs3DMapCanvasDockWidget *map3DWidget = new Qgs3DMapCanvasDockWidget( this );
|
||||
map3DWidget->setAllowedAreas( Qt::AllDockWidgetAreas );
|
||||
map3DWidget->setWindowTitle( name );
|
||||
|
Loading…
x
Reference in New Issue
Block a user