Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Show a highlight around the label which will be affected when hovering
over labels using one of the interactive labeling map tools For busy labeling areas, this lets you see in advance exactly which label the tool will move/hide/etc
- Loading branch information
Showing
with
112 additions
and 0 deletions.
- +5 −0 src/app/labeling/qgsmaptoolchangelabelproperties.cpp
- +1 −0 src/app/labeling/qgsmaptoolchangelabelproperties.h
- +65 −0 src/app/labeling/qgsmaptoollabel.cpp
- +9 −0 src/app/labeling/qgsmaptoollabel.h
- +7 −0 src/app/labeling/qgsmaptoolmovelabel.cpp
- +16 −0 src/app/labeling/qgsmaptoolrotatelabel.cpp
- +2 −0 src/app/labeling/qgsmaptoolrotatelabel.h
- +7 −0 src/app/labeling/qgsmaptoolshowhidelabels.cpp