mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Fix crash in flags value for unchecked classes
This commit is contained in:
parent
3f8b38d219
commit
417f163a5a
5 changed files with 13 additions and 3 deletions
|
@ -3,7 +3,9 @@
|
|||
<requires lib="gtk" version="4.0"/>
|
||||
<object class="MyComponent" id="component">
|
||||
<child>
|
||||
<object class="MyComponent2"></object>
|
||||
<object class="MyComponent2">
|
||||
<property name="flags-value">a|b</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</interface>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue