LCL carbon: fixed updating client rect when scrolling info changed

git-svn-id: trunk@14949 -
This commit is contained in:
tombo 2008-04-24 08:17:39 +00:00
parent ae66f2b9db
commit 7ce7cd734e

View File

@ -916,6 +916,9 @@ begin
ReleaseEvent(Event);
end;
end;
// scroll bars can change client rect - update it
UpdateLCLClientRect;
end;
{------------------------------------------------------------------------------