mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 15:20:29 +02:00
Moves custom drawn to it's own tab
git-svn-id: trunk@33003 -
This commit is contained in:
parent
f1698fd921
commit
53f2b8e11b
@ -607,7 +607,7 @@ resourcestring
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents('Common Controls', [TCDButton, TCDTrackBar, TCDTabControl,
|
||||
RegisterComponents('Custom Drawn', [TCDButton, TCDTrackBar, TCDTabControl,
|
||||
TCDPageControl, TCDGroupBox]);
|
||||
RegisterComponentEditor(TCDPageControl, TCDPageControlEditor);
|
||||
RegisterComponentEditor(TCDTabSheet, TCDPageControlEditor);
|
||||
|
Loading…
Reference in New Issue
Block a user