We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d088e0b commit 814e848Copy full SHA for 814e848
src/plugins/grass/qgsgrassplugin.cpp
@@ -282,13 +282,12 @@ void QgsGrassPlugin::initGui()
282
connect( qGisInterface->layerTreeView(), SIGNAL( currentLayerChanged( QgsMapLayer* ) ),
283
SLOT( onCurrentLayerChanged( QgsMapLayer* ) ) );
284
285
- mapsetChanged();
286
-
287
// open tools when plugin is loaded so that main app restores tools dock widget state
288
mTools = new QgsGrassTools( qGisInterface, qGisInterface->mainWindow() );
289
qGisInterface->addDockWidget( Qt::RightDockWidgetArea, mTools );
290
291
onGisbaseChanged();
+ mapsetChanged();
292
}
293
294
void QgsGrassPlugin::onGisbaseChanged()
0 commit comments