From 7ce7cd734eb5530058355f4cde38532fd70a12f6 Mon Sep 17 00:00:00 2001 From: tombo Date: Thu, 24 Apr 2008 08:17:39 +0000 Subject: [PATCH] LCL carbon: fixed updating client rect when scrolling info changed git-svn-id: trunk@14949 - --- lcl/interfaces/carbon/carbonprivate.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lcl/interfaces/carbon/carbonprivate.pp b/lcl/interfaces/carbon/carbonprivate.pp index a5a721eaa8..f171ef3ca7 100644 --- a/lcl/interfaces/carbon/carbonprivate.pp +++ b/lcl/interfaces/carbon/carbonprivate.pp @@ -916,6 +916,9 @@ begin ReleaseEvent(Event); end; end; + + // scroll bars can change client rect - update it + UpdateLCLClientRect; end; {------------------------------------------------------------------------------