Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[FEATURE] Snapping feedback improvements
- tooltips with name of the layer that has been snapped - different markers for different snap types (cross for vertex, X for intersection, box for edge) - snapping marker color can be customized in options (default: magenta - as before) - whether to show tooltips can be customized in options (default: off)
- Loading branch information
Showing
with
76 additions
and 19 deletions.
- +6 −0 src/app/qgsoptions.cpp
- +36 −2 src/gui/qgssnapindicator.cpp
- +34 −17 src/ui/qgsoptionsbase.ui