https://bugs.kde.org/show_bug.cgi?id=392969
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri |ta/4cbc15c8869af84f22a68e2d |ta/23aa2836b6d22854d9a7383f |52bcd99495e8504b |e452f9bce1c68687 --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 23aa2836b6d22854d9a7383fe452f9bce1c68687 by Dmitry Kazakov. Committed on 07/05/2018 at 07:54. Pushed by dkazakov into branch 'krita/4.0'. Move Isolate Mode activation and deactivation into a stroke If we just manually check tryBarrierLock() and skip activation, then "continued isolated mode" will work incorrectly. Indeed, GUI requested to switch the root, but image refuses to do that because it is busy. Now we just post all the requests to the strokes queue and change isolated root unconditionally. M +3 -0 libs/image/kis_idle_watcher.cpp M +57 -21 libs/image/kis_image.cc https://commits.kde.org/krita/23aa2836b6d22854d9a7383fe452f9bce1c68687 -- You are receiving this mail because: You are watching all bug changes.