From 45bfa168bf56dba5a0d5ddeb8570a8a33e7f332a Mon Sep 17 00:00:00 2001 From: Ell Date: Tue, 27 Feb 2018 03:48:36 -0500 Subject: [PATCH] libgimpwidgets: in GimpNumberPairEntry, update font when updating text ... in particular, so that the font is updated correctly when reverting an invalid string. --- libgimpwidgets/gimpnumberpairentry.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libgimpwidgets/gimpnumberpairentry.c b/libgimpwidgets/gimpnumberpairentry.c index 04ffe0ffca..4c0e0acbf0 100644 --- a/libgimpwidgets/gimpnumberpairentry.c +++ b/libgimpwidgets/gimpnumberpairentry.c @@ -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