-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Switching users breaks style of menu bar, side bar #3523
Comments
@Texxiliator I've never seen this before and I don't believe it can technically happen without something incorrect happening to your profile or configuration... let me explain...
Some troubleshooting measures include
But if this does nothing, |
@tresf Did you tryed this? Maybe it's just my PC being weird (again). |
I've had weird issues happen in LMMS when windows locks automatically and I
have to sign in again, so I don't think it's only you.
I haven't been able to reliably reproduce and it was a while ago, but iirc
it caused the same color issues as here.
…On May 8, 2017 13:06, "Texxiliator" ***@***.***> wrote:
@tresf <https://github.com/tresf> Did you tryed this? Maybe it's just my
PC being weird (again).
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3523 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AIgVmuyRikGv6VHgpBn-xjurSko5TZO4ks5r3vczgaJpZM4NNQ3I>
.
|
Confirmed. Thanks for the bug report. Steps to reproduce from Windows 10:
This occurs on 1.2.0-RC2 (Qt5) but not 1.2.0-RC1 (Qt4) pointing to a potential upstream Qt bug. Interestingly enough... we might be able to work-around it partially. Here's what happens when I explicitly set a background color. Note how the menu bar bug doesn't occur. I think with some trial and error, we can fix the items that experience this bug and allow fast-user switching. /* most foreground text items */
QLabel, QTreeWidget, QListWidget, QGroupBox, QMenuBar {
background-color: red; /* <----- ADDED THIS */
color: #d1d8e4;
} |
I had a similar experience when I installed lmms the first time on Windows 10. But after restart lmms it looked normal. So I don't give something on it. Look at the Knobs on the second picture. They looked odd too on my installation. Also the mixer looked odd. |
Hmm, back when I worked on the theme, I'd sometimes get a similar effect when the style-sheet wouldn't get fully parsed, due to a syntax error. Though this only happens on a user switch, I'm not certain if there's a correlation. |
So i was just making song when i for a moment switched to a diffrent user.
When i came back Lmms has changed color :
I only found that i changes only this but it maybe could effect other items in lmms that i dont know about.
(sorry if this topic has been already brought up by someone else btw)
The text was updated successfully, but these errors were encountered: