summaryrefslogtreecommitdiffstats
path: root/gis/gpxsee/fix_font_narrow_space.diff
diff options
context:
space:
mode:
author Nikolay Korotkiy2018-04-05 23:12:18 +0200
committer Willy Sudiarto Raharjo2018-04-07 03:13:11 +0200
commitfbba4e8ba83879a4f880fcefae29b552593b14b5 (patch)
tree6cf846d0b78cf3257e3f444500e5210b88bea838 /gis/gpxsee/fix_font_narrow_space.diff
parent182659de95dcce6e8ef56e07974a91e79d8f1067 (diff)
downloadslackbuilds-fbba4e8ba83879a4f880fcefae29b552593b14b5.tar.gz
gis/gpxsee: Updated for version 5.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'gis/gpxsee/fix_font_narrow_space.diff')
-rw-r--r--gis/gpxsee/fix_font_narrow_space.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/gis/gpxsee/fix_font_narrow_space.diff b/gis/gpxsee/fix_font_narrow_space.diff
new file mode 100644
index 0000000000..cf38b6c753
--- /dev/null
+++ b/gis/gpxsee/fix_font_narrow_space.diff
@@ -0,0 +1,11 @@
+diff -Naur GPXSee-5.5.orig/src/GUI/units.h GPXSee-5.5/src/GUI/units.h
+--- GPXSee-5.5.orig/src/GUI/units.h 2018-03-20 00:40:49.000000000 +0300
++++ GPXSee-5.5/src/GUI/units.h 2018-04-03 20:17:44.008003642 +0300
+@@ -30,6 +30,6 @@
+ #define C2FS 1.8 // Celsius to Farenheit - scale
+ #define C2FO 32.0 // Celsius to Farenheit - offset
+
+-#define UNIT_SPACE QString::fromUtf8("\xE2\x80\x89")
++#define UNIT_SPACE QLatin1Char{' '}
+
+ #endif // UNITS_H