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
7
tests/samples/unchecked_class_dec.blp
Normal file
7
tests/samples/unchecked_class_dec.blp
Normal file
|
@ -0,0 +1,7 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
.MyComponent component {
|
||||
.MyComponent2 {
|
||||
flags-value: "a|b";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue