-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
colors do not show up in the (color label) context menu #569
Comments
Unfortunately, this seems to be a Qt 5 issue in Linux. For Qt6 it works fine, so I've enabled it for Qt6 builds |
klogg/src/ui/src/abstractlogview.cpp Lines 694 to 701 in 26b39ea
I do not understand the problem, comment out lines 699 and 701, using Qt5.12 compile, the color display is normal |
I will verify this again using branch tag v22.06 |
klogg/src/ui/src/abstractlogview.cpp Lines 494 to 501 in f96f35d
The code in tag v22.06 only displays color icons in klogg for Windows platform. setIconVisibleInMenu function was introduced in Qt4.4, I actually tested in Mac and Ubuntu are working properly, why is it enabled only in Windows?
|
After commenting out the code it works fine |
There were some rendering issues with Qt5 and KDE setup. If I remember correctly there were black squares instead of colors. I can't reproduce it anymore, something in my system got updated and fixed the issue. I guess it could be enabled back on older versions of Qt. |
@variar I also have no problems with multiple computers, and I also think I can re-enable |
Enabled for all builds in 23.06.0.1538+ |
klogg version: klogg 22.06.0.1289
os: ubuntu 22.04
this seems to be a bug according to #270
The text was updated successfully, but these errors were encountered: