From 03f17a3ebe5aeaf41b861dc9236589e883485498 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Wed, 15 Oct 2014 19:18:30 +0000 Subject: [PATCH] spktoolbar: Fix issue #0025047 (spktoolbar flickering if not themed) git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3659 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/spktoolbar/SpkToolbar/SpkToolbar.pas | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;