https://bugs.kde.org/show_bug.cgi?id=500310
Kacper Słomiński <kacper.slominsk...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kacper.slominsk...@gmail.co | |m --- Comment #5 from Kacper Słomiński <kacper.slominsk...@gmail.com> --- (In reply to Vlad Zahorodnii from comment #4) > would it help? we may want to do it anyway because of copy-on-write > semantics of Qt container types I've checked on godbolt and that change does fix the bug on a reduced test case. I've applied a patch that changes the 4 for loops that use moveAreaFunc to see if it resolves the bug in kwin (the later for loops that call `workspace()->restrictedMoveArea()` directly should be fine as-is). -- You are receiving this mail because: You are watching all bug changes.