lcl: gtk2: fixed warning

git-svn-id: trunk@40704 -
This commit is contained in:
mattias 2013-04-03 09:58:13 +00:00
parent b1922566ff
commit 77aef112a6

View File

@ -6308,7 +6308,7 @@ var
R: TRect;
begin
// TODO: use gdk_window_invalidate_region to implement this function
GetRgnBox(Rgn, @R);
Result:=GetRgnBox(Rgn, @R)=0;
InvalidateRect(Handle, @R, Erase);
end;