You've already forked lazarus-ccr
NiceGrid: Reactivate component editor.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8844 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -71,12 +71,12 @@ type
|
||||
|
||||
procedure TNiceGridEditor.ExecuteVerb(Index: Integer);
|
||||
begin
|
||||
(*
|
||||
case Index of
|
||||
|
||||
0: EditCollection(Component, TNiceGrid(Component).Columns, 'Columns');
|
||||
{
|
||||
0: ShowCollectionEditorClass(Designer, TCollectionEditor, Component,
|
||||
TNiceGrid(Component).Columns, 'Columns', [coAdd, coDelete, coMove]);
|
||||
|
||||
}
|
||||
1: ShowMessage(
|
||||
'TNiceGrid v 1.00 (Mozilla Public License)'#13 +
|
||||
'(c) Priyatna, 2003'#13 +
|
||||
@ -85,7 +85,6 @@ begin
|
||||
'mailto:me@priyatna.org'
|
||||
);
|
||||
end;
|
||||
*)
|
||||
end;
|
||||
|
||||
function TNiceGridEditor.GetVerb(Index: Integer): string;
|
||||
|
Reference in New Issue
Block a user