GNOME Bugzilla – Bug 657288
fix fraction alignment
Last modified: 2011-08-25 19:45:32 UTC
my previous fix of the fraction alignment apparently depended on the number of ?-marks in the numerator matching the length of the denominator. With the recent changes the to fraction selector that is usually not the case. We could change go_format_generate_fraction_str but the correct fix is to change the way we determine the pango attributes. Since digits in a variable-width fonts also vary in width, the current calculation method in fact did not create perfect alignment for such fonts. That should be fixed too!
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.