mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Fix bindings with no flags
This commit is contained in:
parent
2a18273c80
commit
3f55aae7de
3 changed files with 6 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
<requires lib="gtk" version="4.0"/>
|
||||
<object class="GtkBox">
|
||||
<property name="visible" bind-source="box2" bind-property="visible" bind-flags="sync-create"/>
|
||||
<property name="orientation" bind-source="box2" bind-property="orientation"/>
|
||||
</object>
|
||||
<object class="GtkBox" id="box2"></object>
|
||||
</interface>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue