Skip to content

Commit

Permalink
[style dock] Add back missing style tab
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Jul 7, 2016
1 parent e097443 commit 08bcba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgslayerstylingwidget.h
Expand Up @@ -44,6 +44,7 @@ class APP_EXPORT QgsLayerStyleManagerWidgetFactory : public QgsMapLayerConfigWid
public:
QIcon icon() const override;
QString title() const override;
bool supportsStyleDock() const override { return true; }
QgsMapLayerConfigWidget *createWidget( QgsMapLayer *layer, QgsMapCanvas *canvas, bool dockMode, QWidget *parent ) const override;
bool supportsLayer( QgsMapLayer *layer ) const override;
};
Expand Down

0 comments on commit 08bcba0

Please sign in to comment.