Skip to content
  • Dmitry Kazakov's avatar
    Made KisNode::projectionPlane() also a shared pointer · 4005f32d
    Dmitry Kazakov authored
    The problem is, when switching layer styles, some update workers may
    still be running in the background. If projection plane is a shared
    pointer, after switching the layer style the worker thread is left
    with his own local copy of the plane/styles and can finish his
    work happily.
    4005f32d