You've already forked lazarus-ccr
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user