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
Let's have a presenter with one button that, after clicking, swaps its layout ho contain two other buttons, And let's have a parent presenter containing two of such presenters.
so after clicking on the bottom one, the layout looks like this
Let's have a presenter with one button that, after clicking, swaps its layout ho contain two other buttons, And let's have a parent presenter containing two of such presenters.
so after clicking on the bottom one, the layout looks like this
Parent's layout is:
Child layout is:
When doing the same in Gtk, it fails with
Instance of ByteSymbol did not understand #owner:
The swapping of a single child in a standalone window works well.
Code to reproduce
Install this: LayoutIssue.zip
LayoutIssuePresenterParent openGtk
The text was updated successfully, but these errors were encountered: