mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 08:58:23 +02:00
lcl: fix RegisterCustomTreeView call of WSRegisterCustomTreeView
git-svn-id: trunk@24812 -
This commit is contained in:
parent
5451a2e4a3
commit
42b80d0755
@ -669,7 +669,7 @@ const
|
||||
Done: Boolean = False;
|
||||
begin
|
||||
if Done then exit;
|
||||
WSRegisterStatusBar;
|
||||
WSRegisterCustomTreeView;
|
||||
// if not WSRegisterStatusBar then
|
||||
// RegisterWSComponent(TCustomTreeView, TWSCustomTreeView);
|
||||
Done := True;
|
||||
|
Loading…
Reference in New Issue
Block a user