Description of the bug #80
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
I have an issue with a
SpinRowwidget if the Binding is inside a nested Struct.directBinding works fine (Int)directStruct binding works fine (Struct -> var)nestedStruct binding (Struct -> var inside a Struct) does not workI use the
SpinRowinside aPreferencedialogSpinRowwill reset to initial valueI don't have any other issues with widgets and nested Structs in a
Preferencedialog; see my ChordProvider application.So, a temporary solution would be to decouple the nested Struct but that means I have to pass another Binding around the application again.
To Reproduce
To show the issue; I wrote a Demo with comments in the code that can be build with Flatpak:
https://github.com/Desbeers/Chord-Provider/tree/main/AdwaitaDebug
(manifest is in the root of my ChordProvider project)
Expected behavior
A nested Struct Binding should behave like any other Binding
Additional context
No response