https://bugs.kde.org/show_bug.cgi?id=441154
wolthera <griffinval...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|REPORTED                    |CONFIRMED
                 CC|                            |griffinval...@gmail.com

--- Comment #3 from wolthera <griffinval...@gmail.com> ---
Can confirm.

------------------------
diff --git a/libs/ui/kis_popup_palette.cpp b/libs/ui/kis_popup_palette.cpp
index 63a46a8281..fee4c44eed 100644
--- a/libs/ui/kis_popup_palette.cpp
+++ b/libs/ui/kis_popup_palette.cpp
@@ -381,6 +381,7 @@ void KisPopupPalette::slotDisplayConfigurationChanged()
 void KisPopupPalette::slotExternalFgColorChanged(const KoColor &color)
 {
     m_colorSelector->slotSetColor(color);
+    repaint();
 }

 void KisPopupPalette::slotEmitColorChanged()

-------------------------

This fixes the problem, however, it is somewhat of a sledgehammer approach? I
suspect the main problem is that the wide gamut color selector doesn't sent out
updates when receiving them from external sources to avoid endless updates...

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to