| Summary: | Brush outline disappears when moved in non-OpenGL mode | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Alicia Boya García (ntrrgc) <ntrrgc> |
| Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED UNMAINTAINED | ||
| Severity: | normal | CC: | dimula73, halla |
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
A patch disabling update events compression
Screenshot |
||
|
Description
Alicia Boya García (ntrrgc)
2014-06-01 14:56:53 UTC
Created attachment 87036 [details] A patch disabling update events compression Hi, Juan! Could you please test whether the attached patch makes any difference for you? PS: Here is how to apply a patch, just in case... https://answers.launchpad.net/krita-ru/+faq/2561 Sorry, but no, it does not seem to make a great difference. Indeed this looks like it's not only a thing of the brush outline, but the entire canvas looks like it has been rendered without being fully updated. See the attached screenshot. Created attachment 87040 [details]
Screenshot
Well, such partial updates are expected, especially in non-openGL mode, because the image is calculated gradually Anyway, Qt shouldn't draw the changes until they're ready, right? El 06/06/2014 19:25, "Dmitry Kazakov" <dimula73@gmail.com> escribió: > https://bugs.kde.org/show_bug.cgi?id=335648 > > Dmitry Kazakov <dimula73@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |dimula73@gmail.com > > --- Comment #4 from Dmitry Kazakov <dimula73@gmail.com> --- > Well, such partial updates are expected, especially in non-openGL mode, > because > the image is calculated gradually > > -- > You are receiving this mail because: > You reported the bug. > Confirmed I'm sorry, but we're not going to try and fix issues like this in the qpainter canvas anymore: it's a fallback for those without working hardware/drivers at this point. Users experiencing this problem should enable one of the hardware cursors in the settings dialog. |