https://bugs.kde.org/show_bug.cgi?id=388464
--- Comment #4 from Boudewijn Rempt <b...@valdyas.org> --- Changing a layer with pgup causes three KisLayerBox::updateUI calls, and 3 KisPaintopBox::slotColorSpaceChanged calls: Validate KisCompositeOpComboBox(0x986fa30) "Grayscale/Alpha (8-bit integer/channel)" Validate KisCompositeOpComboBox(0x986fa30) "Grayscale/Alpha (8-bit integer/channel)" Validate KisCompositeOpComboBox(0xb836b90, name="cmbComposite") "RGB/Alpha (8-bit integer/channel)" Validate KisCompositeOpComboBox(0xb836b90, name="cmbComposite") "RGB/Alpha (8-bit integer/channel)" Validate KisCompositeOpComboBox(0xb836b90, name="cmbComposite") "RGB/Alpha (8-bit integer/channel)" Validate KisCompositeOpComboBox(0x986fa30) "Grayscale/Alpha (8-bit integer/channel)" The weird thing is that even if change KisLayerBox::updateUi to always call validate() with the image colorspace, the model is still filtered with the layer's colorspace. -- You are receiving this mail because: You are watching all bug changes.