Skip to content
Permalink
Browse files
Add missing object name for styling dock
  • Loading branch information
nyalldawson committed May 10, 2016
1 parent dd4e326 commit c32acaa
Showing 1 changed file with 1 addition and 0 deletions.
@@ -728,6 +728,7 @@ QgisApp::QgisApp( QSplashScreen *splash, bool restorePlugins, bool skipVersionCh

mMapStylingDock = new QDockWidget( this );
mMapStylingDock->setWindowTitle( tr( "Map Styling" ) );
mMapStylingDock->setObjectName( "MapStyling" );
mMapStyleWidget = new QgsMapStylingWidget( mMapCanvas );
mMapStylingDock->setWidget( mMapStyleWidget );
connect( mMapStyleWidget, SIGNAL( styleChanged( QgsMapLayer* ) ), this, SLOT( updateLabelToolButtons() ) );

0 comments on commit c32acaa

Please sign in to comment.