apprt/gtk-ng: forgot to register a prop
parent
bede3d8011
commit
aa4cbf444b
|
|
@ -909,6 +909,7 @@ pub const SplitTree = extern struct {
|
|||
gobject.ext.registerProperties(class, &.{
|
||||
properties.@"active-surface".impl,
|
||||
properties.@"has-surfaces".impl,
|
||||
properties.@"is-zoomed".impl,
|
||||
properties.tree.impl,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue