Replies: 1 comment 3 replies
-
The UI looks nice (I just opened the URL of the main file taken from github in Slintpad) :-) I could not spot the problematic elements in Slintpad though. Where in the UI are those? Can I reproduce the issue without the backend code? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I do observe a strange behaviour on my app.
The code below represents a simple part of the GUI that is used to change the property of an object.
root.selected_layer
is the currently selected value from aStandardItemList
and is defined and updated this way :When I click on the list, the first two SpinBox (for "X:" and "Y:") are correctly updated. Unfortunately, the two sliders and the two other SpinBox are not, even if the code to update them six are absolutely the same...
Any idea what could be the issue ?
Full code base can be seen here :
https://github.com/leirn/mapannot.rs
Thanks
Beta Was this translation helpful? Give feedback.
All reactions