TurboPower_IPro: fixed text hiding under vertical scrollbar.Patch by Zilvinas Ledas.issue #20567

git-svn-id: trunk@33124 -
This commit is contained in:
zeljko 2011-10-28 06:16:15 +00:00
parent 566f7cd880
commit a8d7b7eecc

View File

@ -17846,6 +17846,7 @@ begin
VScroll.Update(False, False);
HScroll.Update(True, False);
end;
GetPageRect();
finally
FUpdatingScrollBars := False;
end;