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:
yangjixian 2013-09-01 05:11:20 +00:00
parent 37ae35db29
commit 684a4533e2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
unit SpkGUITools;
unit SpkGUITools;
{$mode ObjFpc}
{$H+}

View File

@ -954,7 +954,7 @@ begin
SetBufferInvalid;
if not(FInternalUpdating or FUpdating) then
Repaint;
invalidate;
inherited;
end;