Fix deadlocks in KoShapeManager caused by bezier curve fix
1) Some shapes (e.g. Text Shape) may emit shape-changed signal right during painting. It would cause a deadlock. 2) add/removeShape methods should be more careful about locking because of their tail-recursion nature. BUG:410909 BUG:410572
Loading
Please register or sign in to comment