mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 15:56:10 +02:00
LCL, TreeView: formatting
git-svn-id: trunk@35289 -
This commit is contained in:
parent
0382da44f2
commit
1baf092e14
@ -517,7 +517,8 @@ begin
|
||||
Selected := False;
|
||||
if TreeView<>nil then
|
||||
TreeView.FStates:=TreeView.FStates+[tvsScrollbarChanged,tvsTopsNeedsUpdate,
|
||||
tvsTopItemNeedsUpdate,tvsBottomItemNeedsUpdate,tvsMaxLvlNeedsUpdate,tvsMaxRightNeedsUpdate];
|
||||
tvsTopItemNeedsUpdate,tvsBottomItemNeedsUpdate,
|
||||
tvsMaxLvlNeedsUpdate,tvsMaxRightNeedsUpdate];
|
||||
Update;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user