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

Hover text for parts and connectors not readable in dark mode with Qt 6.5.3 #4093

Open
KjellMorgenstern opened this issue Dec 14, 2023 · 1 comment

Comments

@KjellMorgenstern
Copy link
Member

Current Behaviour

image

Build:
Official builds are not affected

Steps to reproduce:
To reproduce:

  1. Compile Fritzing with Qt 6.5.3
  2. Activate dark mode
  3. Let the mouse cursor hover over a part or connector

Result:
The text on the appearing note cannot be read because it has nearly the same color as the note itself.

@jhstatewide
Copy link

I was able to work around this myself on KDE. Using Linux appimage:

export XDG_CURRENT_DESKTOP=GNOME
export QT_QPA_PLATFORMTHEME=lxqt
export GTK_THEME=Default
./fritzing-1.0.2-l1901-dbdbe34c-qt6.appimage

when started with the above ENV, the labels are readable and I can use fritzing normally.

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

No branches or pull requests

2 participants