Summary: | Cursor disappears in Layerbox | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Halla Rempt <halla> |
Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | raghu |
Priority: | NOR | ||
Version First Reported In: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Halla Rempt
2018-09-11 07:34:42 UTC
Correction: 44560a8c74cd343ef163066c229fc2835e7cef4f "Fix resetting active tool when moving layers above vector layers" might be the culprit, git bisect is getting very confused. Okay... The problem is with the proxy style for the dock widget titlebar. Apparently that exposes a problem in Qt where the dock widgets, when docked, become part of the main window's central widget so get the main window's central widget cursor changes. I removed this code in https://commits.kde.org/krita/eca385149bf56efadb82fa3ecb93ee27d20d2349 |