Skip to content
  • Dmitry Kazakov's avatar
    Remove the link to KisNode in KisPaintOpSettings · 6ed320c4
    Dmitry Kazakov authored
    The settings object is purely XML data so we shouldn't store a shared
    pointer there. It causes really subtle bugs related to the lifetime of
    the node in question.
    
    Now the node is passed to the PaontOp directly via constructor. And the
    options widget gets it directly from KisPaintOpBox.
    
    BUG:341847
    6ed320c4