Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add min/max scale-based visibility to advanced labeling data defined …
…columns - Layer-level options, if set, will override data defined values (correct behavior IMHO) - Spinboxes for min and max added to Change Label tool's dialog - Seems to still be a bug in renderer scale-to-value comparison, where equal scales are not always equal if user directly enters values in the map canvas scale combobox
- Loading branch information
Showing
with
217 additions
and 36 deletions.
- +6 −0 src/app/qgslabelinggui.cpp
- +24 −0 src/app/qgslabelpropertydialog.cpp
- +2 −0 src/app/qgslabelpropertydialog.h
- +37 −1 src/core/qgspallabeling.cpp
- +3 −1 src/core/qgspallabeling.h
- +2 −2 src/ui/qgslabelingguibase.ui
- +143 −32 src/ui/qgslabelpropertydialogbase.ui
Oops, something went wrong.