Bug 423943

Summary: moving selection is slower than moving the entire layer
Product: [Applications] krita Reporter: acc4commissions
Component: GeneralAssignee: Krita Bugs <krita-bugs-null>
Status: CONFIRMED ---    
Severity: normal CC: dimula73, halla
Priority: NOR    
Version First Reported In: nightly build (please specify the git hash!)   
Target Milestone: ---   
Platform: Microsoft Windows   
OS: All   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.