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
Desktop (please complete the following information):
ttkbootstrap Version: 1.10.1
OS: Debian Linux
Python Version: 3.11
Describe the bug
The Floodgauge widget does not display the intended text information passed via fg.configure('text') or fg.textvariable.set('text'). Only way working in minimal example is fg.textvariable = ttkb.StringVar(fg, text). Using this method causes issue #441 when multiple Floodgauge widgets are present.
Desktop (please complete the following information):
ttkbootstrap Version: 1.10.1
OS: Debian Linux
Python Version: 3.11
Describe the bug
The Floodgauge widget does not display the intended text information passed via fg.configure('text') or fg.textvariable.set('text'). Only way working in minimal example is fg.textvariable = ttkb.StringVar(fg, text). Using this method causes issue #441 when multiple Floodgauge widgets are present.
To Reproduce
Run the following minimal script:
Expected behavior
Floodgauge with changing text and fill state.
Screenshots
behavior:
expected bahavior:
Additional context
No response
The text was updated successfully, but these errors were encountered: