mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 14:29:31 +02:00
lcl: gtk2: fixed warning
git-svn-id: trunk@40704 -
This commit is contained in:
parent
b1922566ff
commit
77aef112a6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user