mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-01 00:11:29 +00:00
filechooserwidget: Don't emit default-size-changed() in unroot()
It doesn't make much sense to assume the default size has changed just because the widget has been unrooted.
This commit is contained in:
parent
a8b559e99f
commit
8665828d7f
@ -3601,7 +3601,6 @@ gtk_file_chooser_widget_unroot (GtkWidget *widget)
|
||||
|
||||
remove_settings_signal (impl, gtk_widget_get_display (widget));
|
||||
check_icon_theme (impl);
|
||||
emit_default_size_changed (impl);
|
||||
|
||||
GTK_WIDGET_CLASS (gtk_file_chooser_widget_parent_class)->unroot (widget);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user