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
This commit is contained in:
wp_xxyyzz
2014-10-15 19:18:30 +00:00
parent caa7f03e6f
commit 03f17a3ebe

View File

@ -1000,7 +1000,9 @@ end;
procedure TSpkToolbar.EraseBackground(DC: HDC); procedure TSpkToolbar.EraseBackground(DC: HDC);
begin begin
// The correct implementation is doing nothing // 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; end;
procedure TSpkToolbar.SetBufferInvalid; procedure TSpkToolbar.SetBufferInvalid;