Open bbilgic opened 1 year ago
Hi, I'm facing the same bug. Is there any fix for this?
@Andermutu: I don't know enough about tkinter and ttk to create a fix. My suspicion is that in the background the way tkinter variables are saved works a bit like a dictionary and that the FloodGauges somehow end up using the same key and hence accessing the same variable.
As a workaround for a limited number of FloodGauges: It appears that this only happens if they have the same style assigned. If the color doesn't matter using different styles works (tested). If the color matters it might be possible to create several styles that look the same and use those (untested).
This works: If the color matters it might be possible to create several styles that look the same and use those.
Desktop (please complete the following information):
When we set same bootstyle floodgauges they have same text always.
Describe the bug
This issue came with text change function and it is changing all styled elements.
To Reproduce
No response
Expected behavior
No response
Screenshots
No response
Additional context
No response