slackbuilds_ponce/gis/gpxsee/fix_font_narrow_space.diff
Nikolay Korotkiy 7a3ea169c7 gis/gpxsee: Updated for version 6.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-10-27 00:12:06 +01:00

11 lines
458 B
Diff

diff -Naur GPXSee-6.3.orig/src/GUI/units.h GPXSee-6.3/src/GUI/units.h
--- GPXSee-6.3.orig/src/GUI/units.h 2018-03-20 00:40:49.000000000 +0300
+++ GPXSee-6.3/src/GUI/units.h 2018-04-08 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