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:
@ -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
|
||||
|
Reference in New Issue
Block a user