Bug report #15171
style dock: load min / max values' current extent not working properly
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | Nyall Dawson | ||
Category: | GUI | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 23110 |
Description
The load min / max values widget registers a static extent value, which was fine when it was part of a modal dialog but not so when part of the non-blocking style dock.
The solution would be to pass onto the widget a reference to the map canvas element to dynamically retrieve the extent upon click on the [ Load ] button.
Associated revisions
Fix raster load min/max from extent in style dock (fix #15171)
History
#1 Updated by Nyall Dawson over 8 years ago
- Priority changed from Normal to Severe/Regression
- Assignee set to Nyall Dawson
#2 Updated by Nyall Dawson over 8 years ago
- Status changed from Open to Closed
Fixed in changeset 19564672c20db414d5dcfa7294e67c12c7db1844.