Make builder template factories use a subscope

This commit is contained in:
James Westman 2023-04-28 20:42:46 -05:00
parent a2eaaa26fe
commit 9dcd06de51
6 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,9 @@
using Gtk 4.0;
BuilderListItemFactory {
template {
child: label;
}
}
Label label {}

View file

@ -0,0 +1 @@
5,12,5,Could not find object with ID label