diff --git a/components/spktoolbar/SpkToolbar/SpkToolbar.pas b/components/spktoolbar/SpkToolbar/SpkToolbar.pas index 52928011d..27aa0f1d2 100644 --- a/components/spktoolbar/SpkToolbar/SpkToolbar.pas +++ b/components/spktoolbar/SpkToolbar/SpkToolbar.pas @@ -1000,7 +1000,9 @@ end; procedure TSpkToolbar.EraseBackground(DC: HDC); begin // The correct implementation is doing nothing - inherited; + //inherited; // wp: this does call FillRect! + // "inherited" removed to fix issue #"0025047: spktoolbar blinking than using + // standart windows theme or using manifest file is off" end; procedure TSpkToolbar.SetBufferInvalid;