SynEdit, Mouse Actions: Fixed reset inputs on new Mouse Action

git-svn-id: trunk@20549 -
This commit is contained in:
martin 2009-06-09 11:27:24 +00:00
parent d5605bca55
commit e12e8cb597

View File

@ -121,6 +121,9 @@ begin
ShiftCheck.State := cbGrayed;
AltCheck.State := cbGrayed;
CtrlCheck.State := cbGrayed;
ActionBoxChange(nil);
OptBox.ItemIndex := 0;
end;
procedure TMouseaActionDialog.BtnDefaultClick(Sender: TObject);