mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
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:
parent
8d2381f6e7
commit
45bfa168bf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue