mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
fontchooser: Make sure the tweak button is updated
This was showing up as tweak buttons being visible when they should not. The code probably relied on widgets being hidden by default (as they were in GTK3).
This commit is contained in:
parent
3c62cd90d4
commit
ee75bae8f8
@ -183,6 +183,8 @@ setup_tweak_button (GtkFontChooserDialog *dialog)
|
||||
gtk_header_bar_pack_end (GTK_HEADER_BAR (header), button);
|
||||
|
||||
dialog->tweak_button = button;
|
||||
|
||||
update_tweak_button (dialog);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user