Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress widget with themes #12

Open
benjaminaarsen opened this issue Feb 17, 2025 · 1 comment
Open

Progress widget with themes #12

benjaminaarsen opened this issue Feb 17, 2025 · 1 comment

Comments

@benjaminaarsen
Copy link

Hello I noticed when using themes the Progress widget does not work. The border of it shows but it does not show color inside of it. Changing the selection color and calling redraw() etcetera does not work. Without themes the progress widget works as expected so i think the issue is not with my own code.

@MoAlyousef
Copy link
Contributor

It's an issue with FLTK's Fl_Progress and its default choice of boxtype.
You can try setting .set_frame(FrameType::RFlatBox); and see if that changes anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants