Don't alter or try to write [GtkChild] properties

See https://gitlab.gnome.org/GNOME/vala/issues/1121
This commit is contained in:
Rico Tzschichholz 2021-01-16 19:15:50 +01:00
parent 1ff30d9448
commit 30105fd4c2

View file

@ -66,10 +66,10 @@ public class Components.InspectorLogView : Gtk.Grid {
}
[GtkChild]
private Hdy.SearchBar search_bar { get; private set; }
private Hdy.SearchBar search_bar { get; }
[GtkChild]
private Gtk.SearchEntry search_entry { get; private set; }
private Gtk.SearchEntry search_entry { get; }
[GtkChild]
private Gtk.ListBox sidebar;