We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a3e0b commit b4be0ceCopy full SHA for b4be0ce
src/app/qgisapp.cpp
@@ -1311,7 +1311,7 @@ QgisApp::QgisApp()
1311
mMapCanvas->freeze();
1312
mLayerTreeView = new QgsLayerTreeView( this );
1313
mUndoWidget = new QgsUndoWidget( nullptr, mMapCanvas );
1314
- mUserInputDockWidget = new QgsUserInputDockWidget( this );
+ mUserInputDockWidget = new QgsUserInputWidget( this );
1315
mInfoBar = new QgsMessageBar( centralWidget() );
1316
mAdvancedDigitizingDockWidget = new QgsAdvancedDigitizingDockWidget( mMapCanvas, this );
1317
mPanelMenu = new QMenu( this );
0 commit comments