blueprint-compiler/tests/samples/issue_177.blp
James Westman 3b6dcf072d
typelib: Fix field offsets for attributes
This fixes a bug where the decompiler could not recognize enums by their
C identifiers because it could not correctly read attributes.

Fixes #177.
2024-10-19 10:21:13 -05:00

5 lines
51 B
Text

using Gtk 4.0;
Box {
orientation: horizontal;
}