tibirna / qgit

Official git repository for QGit.
Other
175 stars 68 forks source link

UI: Fix marker generation on HiDPI displays #54

Closed filiperinaldi closed 6 years ago

filiperinaldi commented 6 years ago

This patch fixes the markers generation when using HiDPI displays. The previous implementation was mixing real pixels and device independent pixels values when calculating sizes and spacing.

filiperinaldi commented 6 years ago

Fixes issue #51