https://bugs.kde.org/show_bug.cgi?id=411394
--- Comment #1 from Boudewijn Rempt <[email protected]> --- This does not crash on Linux, but Dmitry warned it will crash on Windows: KisSelectionComponent* KisShapeSelection::clone(KisSelection* selection) { /** * TODO: make cloning of vector selections safe! Right now it crashes * on Windows because of manipulations with timers from non-gui thread. */ KIS_SAFE_ASSERT_RECOVER_NOOP(QThread::currentThread() == qApp->thread()); return new KisShapeSelection(*this, selection); } -- You are receiving this mail because: You are watching all bug changes.
