libgimpwidgets: in GimpNumberPairEntry, update font when updating text

... in particular, so that the font is updated correctly when
reverting an invalid string.
This commit is contained in:
Ell 2018-02-27 03:48:36 -05:00
parent 8d2381f6e7
commit 45bfa168bf

View file

@ -979,6 +979,8 @@ gimp_number_pair_entry_update_text (GimpNumberPairEntry *entry)
g_signal_handlers_unblock_by_func (entry,
gimp_number_pair_entry_changed, NULL);
gimp_number_pair_entry_modify_font (entry, ! priv->user_override);
}
static gboolean