diff --git a/src/app/tools/ink_processing.h b/src/app/tools/ink_processing.h index d37549635..f3e5147d1 100644 --- a/src/app/tools/ink_processing.h +++ b/src/app/tools/ink_processing.h @@ -166,7 +166,7 @@ void PutAlphaInkProcessing::processPixel(int x, int y) { template<> void PutAlphaInkProcessing::processPixel(int x, int y) { - // Do nothing, as indexed images doesn't have alpha channel. + *m_dstAddress = m_color; } //////////////////////////////////////////////////////////////////////