mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Fix simple bindings with template soure
This commit is contained in:
parent
8f3682135b
commit
e4bad039b0
4 changed files with 23 additions and 1 deletions
5
tests/samples/template_simple_binding.blp
Normal file
5
tests/samples/template_simple_binding.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
template $MyTemplate {
|
||||
prop: bind template.prop2;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue