IDE: messages: update scrollbar on resize

git-svn-id: trunk@45368 -
This commit is contained in:
mattias 2014-06-05 22:01:15 +00:00
parent 6fb8ad1560
commit 1f8d8cd61e

View File

@ -1606,7 +1606,7 @@ end;
procedure TMessagesCtrl.DoSetBounds(ALeft, ATop, AWidth, AHeight: integer);
begin
inherited DoSetBounds(ALeft, ATop, AWidth, AHeight);
fScrollTopMax:=-1;
UpdateScrollBar(true);
end;
procedure TMessagesCtrl.MouseMove(Shift: TShiftState; X, Y: Integer);