Don't alter or try to write [GtkChild] properties
See https://gitlab.gnome.org/GNOME/vala/issues/1121
This commit is contained in:
parent
1ff30d9448
commit
30105fd4c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue