Fix templates in bind-property

This commit is contained in:
James Westman 2023-05-16 17:42:53 -05:00
parent b5eca8b0b3
commit 3ebe5c72c1
4 changed files with 23 additions and 1 deletions

View file

@ -0,0 +1,5 @@
using Gtk 4.0;
template $MyTemplate {
object: bind-property template.object2;
}