Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[ui] Insure color/value changes in the colormap tree are reflected in…
… the color ramp button of the color ramp shader widget (#40671)
- Loading branch information
Showing
with
90 additions
and 16 deletions.
- +7 −0 python/core/auto_generated/raster/qgscolorrampshader.sip.in
- +44 −0 src/core/raster/qgscolorrampshader.cpp
- +6 −1 src/core/raster/qgscolorrampshader.h
- +6 −14 src/core/raster/qgssinglebandpseudocolorrenderer.cpp
- +10 −0 src/gui/raster/qgscolorrampshaderwidget.cpp
- +1 −0 src/gui/raster/qgscolorrampshaderwidget.h
- +16 −1 tests/src/python/test_qgsrastercolorrampshader.py