mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 05:00:35 +02:00
LCL carbon: fixed updating client rect when scrolling info changed
git-svn-id: trunk@14949 -
This commit is contained in:
parent
ae66f2b9db
commit
7ce7cd734e
@ -916,6 +916,9 @@ begin
|
||||
ReleaseEvent(Event);
|
||||
end;
|
||||
end;
|
||||
|
||||
// scroll bars can change client rect - update it
|
||||
UpdateLCLClientRect;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user