Bug report #16362
regression: labelling font size @value variable not binded to value
Status: | Closed | ||
---|---|---|---|
Priority: | Severe/Regression | ||
Assignee: | |||
Category: | Expressions | ||
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 #: | 24272 |
Description
At some stage during the 2.99 dev cycle, the font size @value variable for labelling properties started returning NULL instead of actual value.
Steps to reproduce- Create a new project, and add a vector layer
- Open the style dock, and go to the labelling panel
- Activate "show labels for this layer", and set the "Size" property to 10
- Click on the data-defined property button for the "Size" property and select the "Edit..." menu item
- In the expression window, enter @value
- Prior to 2.99, it would return the "Size" value, i.e. 10, but under current master build, it returns NULL
Associated revisions
History
#1
Updated by Mathieu Pellerin - nIRV almost 8 years ago
- Subject changed from regression: @value not binded to values for labelling properties (such as font family, font size, etc.) to regression: labelling font size @value variable not binded to value
#2
Updated by Mathieu Pellerin - nIRV almost 8 years ago
- Status changed from Open to Closed
Fixed in changeset 25fe2b07b9bd2b991d5359817053470797d1c379.