Debugger: fixed compilation after public "Click()" was removed.

git-svn-id: trunk@35201 -
This commit is contained in:
juha 2012-02-07 07:30:52 +00:00
parent 805d5d7b38
commit b34b546678
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ begin
cmbExpression.Text := NewFindText;
cmbExpressionChange(nil);
cmbExpression.SelectAll;
tbEvaluate.Click;
tbEvaluateClick(tbEvaluate);
end;
ActiveControl := cmbExpression;
end;

View File

@ -280,7 +280,7 @@ begin
if not tbHistorySelected.Enabled
then tbHistorySelected.Down := False
else tbHistorySelected.Down := Sel;
tbHistorySelected.Click;
tbHistorySelectedClick(tbHistorySelected);
tbClear.Enabled := (SnapshotManager.History.Count > 0) or (SnapshotManager.Snapshots.Count > 0);