-
Notifications
You must be signed in to change notification settings - Fork 675
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
QT wallet speed issue caused by shadows on macOS #577
Comments
@volbil Thanks for creating this, on the next release, I will remove the shadow effects of the wallet as performance is preferred over the look of the wallet. |
@volbil Can you please test the build on my personal repo as see if my changes also fix this problems you were running into. |
Hello @blondfrogs. Just tested your fix, works slightly better than before, but shadow on sidebar still present. It makes UI bit irresponsive. After I commenting out this code qt wallet start working much faster. Here is final result without sidebar shadow: |
oops forgot about the side bar, that one is declared in a different area. Will update |
Thanks @blondfrogs ! |
fixed |
Describe the issue
QT shadows created by
QGraphicsDropShadowEffect
class is killing my MacBook, wallet slow and irresponsive. After I removed them (I removedgetShadowEffect()
which add them to GUI element) wallet start working like a charm. I haven't tried wallet on other systems, so it could be macOS specific issue.Can you reliably reproduce the issue?
Yes, this issue is occured each time when I build QT wallet on my own.
If so, please list the steps to reproduce below:
Expected behaviour
Wallet works without any issues.
Actual behaviour
Instead wallet work slow and barely respond to any interactions.
Machine specs:
The text was updated successfully, but these errors were encountered: