You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a use case, in Adw::Window, where you can still call .child(some_child) and it should be usable; instead you're supposed to call .content(some_child)
Having the other property auto-generated doesn't help.
The text was updated successfully, but these errors were encountered:
Before we can fix this one, we would have to wait until #1417 lands first as otherwise we would have to configure every child widget to ignore a property that comes from a parent widget.
There's a use case, in Adw::Window, where you can still call
.child(some_child)
and it should be usable; instead you're supposed to call.content(some_child)
Having the other property auto-generated doesn't help.
The text was updated successfully, but these errors were encountered: