mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 02:00:41 +02:00
IDE: messages: update scrollbar on resize
git-svn-id: trunk@45368 -
This commit is contained in:
parent
6fb8ad1560
commit
1f8d8cd61e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user