SynEdit, Mouse Actions: Fixed a misplaced semicolon, preventing options to be set / Fixed column header order

git-svn-id: trunk@20530 -
This commit is contained in:
martin 2009-06-09 01:07:32 +00:00
parent ba5c46c5be
commit f57b66915d
2 changed files with 5 additions and 3 deletions

View File

@ -383,8 +383,8 @@ begin
ActionGrid.Cells[4,0] := dlgMouseOptHeadShift;
ActionGrid.Cells[5,0] := dlgMouseOptHeadAlt;
ActionGrid.Cells[6,0] := dlgMouseOptHeadCtrl;
ActionGrid.Cells[7,0] := dlgMouseOptHeadCaret;
ActionGrid.Cells[8,0] := dlgMouseOptHeadPriority;
ActionGrid.Cells[7,0] := dlgMouseOptHeadPriority;
ActionGrid.Cells[8,0] := dlgMouseOptHeadCaret;
ActionGrid.Cells[9,0] := dlgMouseOptHeadOpt;
ActionGrid.ColWidths[0] := ActionGrid.ColWidths[0] * 3;
ActionGrid.ColWidths[9] := ActionGrid.ColWidths[8] * 3;

View File

@ -221,7 +221,9 @@ begin
end
else
MAct.Option := OptBox.ItemIndex;
end;
end
else
MAct.Option := 0;
end;
initialization