https://bugs.kde.org/show_bug.cgi?id=408256
Anna Medonosova <anna.medonos...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/c06107d673357c | |b9e8cb56771106770b5bc0f75a --- Comment #4 from Anna Medonosova <anna.medonos...@gmail.com> --- Git commit c06107d673357cb9e8cb56771106770b5bc0f75a by Anna Medonosova. Committed on 14/06/2019 at 10:30. Pushed by amedonosova into branch 'master'. Fix 'Enforce palette colors' feature Since the 'Enforce palette colors' is a feature of the internal color selector, this commit moves the functionality from KisPaletteView to KisDlgInternalColorSelector. Also, that way the color change is forced only once upon foreground color change, preventing cycling signals and confusing color changes (KisPaletteView can be used more than once with different color palettes). Removes KisPaletteView::slotFGColorResourceChanged, the function is obsolete: it was meant to solve bug 402072 that is now fixed in a better way. BACKPORT:krita/4.2 Related: bug 402072 M +7 -2 libs/widgets/KisDlgInternalColorSelector.cpp M +7 -13 libs/widgets/kis_palette_view.cpp M +8 -6 libs/widgets/kis_palette_view.h M +1 -1 plugins/dockers/palettedocker/palettedocker_dock.cpp https://invent.kde.org/kde/krita/commit/c06107d673357cb9e8cb56771106770b5bc0f75a -- You are receiving this mail because: You are watching all bug changes.