Fix an assert when converting image colorspace with a pythin plugin
It turns our that we can enter image->barrierLock() twice. It happens because the image may emit queued signals to the GUI in the meantime, and the GUI may call barrierLock again. E.g. in KisCanvas2::slotImageColorSpaceChanged() BUG:437980
Loading
Please register or sign in to comment