https://bugs.kde.org/show_bug.cgi?id=388464
--- Comment #3 from Boudewijn Rempt <[email protected]> --- More notes: void KisCompositeOpComboBox::validate(const KoColorSpace *cs) was written to validate the composite ops for painting, not those in the layerbox. Validate is only called here: void KisPaintopBox::slotColorSpaceChanged(const KoColorSpace* colorSpace) { m_cmbCompositeOp->validate(colorSpace); } -- You are receiving this mail because: You are watching all bug changes.
