mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-09 00:35:20 -05:00
[style dock] Add back missing style tab
This commit is contained in:
parent
e097443771
commit
08bcba0399
@ -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;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user