Replies: 1 comment
-
Python is the cause, not Flet. Try printing your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Duplicate Check
Describe the bug
CuperinoSegmentedButton's controls are assigned with elements of a certain list:
But when I'm adding this class to my app, elements in button end up mixed up.
![image](https://private-user-images.githubusercontent.com/80145015/387529972-3da55ea4-52a3-4674-9829-c6cf83a797ba.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3MjMxMjIsIm5iZiI6MTczOTcyMjgyMiwicGF0aCI6Ii84MDE0NTAxNS8zODc1Mjk5NzItM2RhNTVlYTQtNTJhMy00Njc0LTk4MjktYzZjZjgzYTc5N2JhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDE2MjAyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM5ZWM1MzEyZDRlZjYyZGE2ZGQ4NGYzYTljNzljMjEwNjA2YmUxYTVlODhlYjQzNTEwMjM2ZjA1ZWNmZGM5MWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9lrUcGkUeX3J7hfLpOeVaxuzBJLhPyHLfu48E4tBHus)
Code sample
Code
To reproduce
Expected behavior
The order of the list elements matches the placement of the elements in the button.
Screenshots / Videos
Captures
Operating System
Windows
Operating system details
11
Flet version
0.24.1
Regression
I'm not sure / I don't know
Suggestions
No response
Logs
Logs
[Paste your logs here]
Additional details
No response
Beta Was this translation helpful? Give feedback.
All reactions