libgimpwidgets: enable inch/feet/yard binary subdivisions.

It looks like it's not perfect yet. Nevertheless if we leave it disabled
forever, it won't ever get better! For now at least enabled on master
only.
This commit is contained in:
Jehan 2019-06-23 15:07:40 +02:00
parent 008604ad71
commit 57b2ba9c48
1 changed files with 0 additions and 3 deletions

View File

@ -1385,9 +1385,6 @@ gimp_ruler_get_layout (GtkWidget *widget,
static const RulerMetric *
gimp_ruler_get_metric (GimpUnit unit)
{
/* not enabled until we double checked the metrics */
return &ruler_metric_decimal;
if (unit == GIMP_UNIT_INCH)
{
return &ruler_metric_inches;