mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 19:29:31 +02:00
Debugger: fixed compilation after public "Click()" was removed.
git-svn-id: trunk@35201 -
This commit is contained in:
parent
805d5d7b38
commit
b34b546678
debugger
@ -164,7 +164,7 @@ begin
|
||||
cmbExpression.Text := NewFindText;
|
||||
cmbExpressionChange(nil);
|
||||
cmbExpression.SelectAll;
|
||||
tbEvaluate.Click;
|
||||
tbEvaluateClick(tbEvaluate);
|
||||
end;
|
||||
ActiveControl := cmbExpression;
|
||||
end;
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user