Skip to content
  • Dmitry Kazakov's avatar
    Fixed two bugs when working with color selectors in HDR mode · a413b595
    Dmitry Kazakov authored
    1) QVariants are evil. One should use KisNodeWSP with
       KisCanvasResourceProvider::CurrentKritaNode signal, not usual
       shared pointers.
    
    2) Ring color selector should update itself on every setDirty() call,
       not only when the color space changes.
    
    CCBUG:343531
    a413b595