make the form no black area on resize.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2782 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
parent
37ae35db29
commit
684a4533e2
@ -1,4 +1,4 @@
|
||||
unit SpkGUITools;
|
||||
unit SpkGUITools;
|
||||
|
||||
{$mode ObjFpc}
|
||||
{$H+}
|
||||
|
@ -954,7 +954,7 @@ begin
|
||||
SetBufferInvalid;
|
||||
|
||||
if not(FInternalUpdating or FUpdating) then
|
||||
Repaint;
|
||||
invalidate;
|
||||
|
||||
inherited;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user