SynEdit: Added configuration for mouse behaviour / Fix "No Action" in dropdown

git-svn-id: trunk@20354 -
This commit is contained in:
martin 2009-06-02 18:21:11 +00:00
parent 8bca8c909b
commit 381b2b03d6

View File

@ -70,7 +70,7 @@ begin
CapturePanel.Caption := dlgMouseOptCapture;
CaretCheck.Caption := dlgMouseOptCaretMove;
ActionBox.Clear;
for i:= 1 to emcMax do begin
for i:= 0 to emcMax do begin
CName := MouseCommandName(i);
if CName <> '' then
ActionBox.Items.AddObject(CName, TObject(i));