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

Tabs with theme #6

Open
dbdante opened this issue Aug 23, 2023 · 2 comments
Open

Tabs with theme #6

dbdante opened this issue Aug 23, 2023 · 2 comments

Comments

@dbdante
Copy link

dbdante commented Aug 23, 2023

Thanks for the fantastic job on bringing fltk to rust.
I have an issue with tabs and themes and not sure how to address it. The tabs seems to have a line underneath the tab header when a theme is applied. This does not look right.
Below is a screenshot:

image

Without applying the dark widget or any other theme, this looks right.
image

I can paste relevant code if needed. This is on Windows if it matters.

@dbdante
Copy link
Author

dbdante commented Aug 23, 2023

I believe all of the widget themes use app::Scheme::GTK which seems to be the source of the issue. Changing it to app::Scheme::Base worked for me. Its not limited to GTK. Aero and others have this issue as well. Not sure if this is intended.

@MoAlyousef
Copy link
Contributor

MoAlyousef commented Aug 23, 2023

Thank you for your kind words.
I’ll need to investigate why this happens. My primary suspect is the Tabs default frametype drawing. I’ll try to check this weekend.

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