Skip to content

Commit d46c440

Browse files
committedOct 1, 2017
Downgrade "Super 3D Map Widget" to plain, average, ordinary "3D Map" widget
1 parent 0951ff7 commit d46c440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9929,7 +9929,7 @@ void QgisApp::new3DMapCanvas()
99299929

99309930
// TODO: combine with code in createNewMapCanvasDock()
99319931
Qgs3DMapCanvasDockWidget *map3DWidget = new Qgs3DMapCanvasDockWidget( this );
9932-
map3DWidget->setWindowTitle( "Super 3D Map Widget" );
9932+
map3DWidget->setWindowTitle( "3D Map" );
99339933
map3DWidget->setAllowedAreas( Qt::AllDockWidgetAreas );
99349934
map3DWidget->setGeometry( QRect( rect().width() * 0.75, rect().height() * 0.5, 400, 400 ) );
99359935
map3DWidget->setMap( map );

0 commit comments

Comments
 (0)
Please sign in to comment.