qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.65k stars 3.01k forks source link

choice for default or project styles is missing in one certain style manager panel #58653

Open Jeroen-GroeneBij opened 2 months ago

Jeroen-GroeneBij commented 2 months ago

What is the bug or the crash?

You can open the style manager in at least four different places in QGIS. They all seem to open the same style manager panel. One of them actually opens a style manager panel where a feature is missing. The combobox in the top left to choose between Default or Project Styles is missing when you open the style Manager through the style manager button on the Symbology Tab of the Layer Properties. afbeelding

Steps to reproduce the issue

Open the style manager from the project toolbar. You will see a combobox in the top left with a choice for Default or Project styles. Open the style manager from the Layer Styling Panel. You will see the same combobox. Open the style Manager from the Settings Menu. You will see the same combobox.

Open the style manager from the Symbology tab in the Layer Properties. There is no combobox. symbology tab

Versions

QGIS-versie | 3.38.2-Grenoble | QGIS code revisie | 130c432394 -- | -- | -- | -- Qt versie | 5.15.13 Python versie | 3.12.5 GDAL/OGR versie | 3.9.2 PROJ versie | 9.4.0 EPSG-register databaseversie | v11.004 (2024-02-24) GEOS versie | 3.12.2-CAPI-1.18.2 SQLite versie | 3.45.1 PDAL versie | 2.6.3 PostgreSQL client versie | 16.2 SpatiaLite versie | 5.1.0 QWT versie | 6.2.0 QScintilla2 versie | 2.14.1 OS versie | Windows 10 Version 2009   |   |   |   Actieve Python plug-ins db_manager | 0.1.20 grassprovider | 2.12.99 MetaSearch | 0.3.6 processing | 2.12.99 QGIS-versie 3.38.2-Grenoble QGIS code revisie [130c432394](https://github.com/qgis/QGIS/commit/130c432394) Qt versie 5.15.13 Python versie 3.12.5 GDAL/OGR versie 3.9.2 PROJ versie 9.4.0 EPSG-register databaseversie v11.004 (2024-02-24) GEOS versie 3.12.2-CAPI-1.18.2 SQLite versie 3.45.1 PDAL versie 2.6.3 PostgreSQL client versie 16.2 SpatiaLite versie 5.1.0 QWT versie 6.2.0 QScintilla2 versie 2.14.1 OS versie Windows 10 Version 2009 Actieve Python plug-ins db_manager 0.1.20 grassprovider 2.12.99 MetaSearch 0.3.6 processing 2.12.99 ### Supported QGIS version - [X] I'm running a supported QGIS version according to [the roadmap](https://www.qgis.org/en/site/getinvolved/development/roadmap.html#release-schedule). ### New profile - [X] I tried with a new [QGIS profile](https://docs.qgis.org/latest/en/docs/user_manual/introduction/qgis_configuration.html#working-with-user-profiles) ### Additional context _No response_
agiudiceandrea commented 2 months ago

@Jeroen-GroeneBij, thanks for reporting. Not sure if it is intention by design or if it was an oversight in https://github.com/qgis/QGIS/pull/48536. Maybe @nyalldawson knows.