Bug 423943 - moving selection is slower than moving the entire layer
Summary: moving selection is slower than moving the entire layer
Status: CONFIRMED
Alias: None
Product: krita
Classification: Applications
Component: General (show other bugs)
Version: nightly build (please specify the git hash!)
Platform: Microsoft Windows All
: NOR normal
Target Milestone: ---
Assignee: Krita Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-06 17:03 UTC by acc4commissions
Modified: 2021-02-13 14:00 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description acc4commissions 2020-07-06 17:03:06 UTC
SUMMARY
git bd8429d

STEPS TO REPRODUCE
1. Draw something on a canvas, and select it with Select tool.
2. Try to move it with Move tool.
3. Now deselect, and then try to move the layer with Move tool again.

OBSERVED RESULT
2 is generally slower compared to the case of 3.

EXPECTED RESULT
There should be no difference.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Dmitry Kazakov 2020-08-30 11:44:38 UTC
The bug happens because "Move Layer" stroke has compression and asynchronous updates, but "Move Selection" stroke doesn't have it implemented yet :)
Comment 2 Halla Rempt 2021-02-13 14:00:53 UTC
Then let's set to confirmed, though technically it should also be set to wishlist.