Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[maptips] fix font not respecting user settings
(this is important for non-Latin users out there)
- Loading branch information
Showing
with
36 additions
and 1 deletion.
- +5 −0 python/gui/auto_generated/qgsmaptip.sip.in
- +5 −0 src/app/qgisapp.cpp
- +2 −0 src/app/qgsoptions.cpp
- +16 −1 src/gui/qgsmaptip.cpp
- +8 −0 src/gui/qgsmaptip.h