mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
0f6f6ba48b
commit
ea634ae88f
|
@ -219,16 +219,14 @@ inherited CEGdbWidget: TCEGdbWidget
|
||||||
Width = 515
|
Width = 515
|
||||||
Align = alClient
|
Align = alClient
|
||||||
AutoSort = False
|
AutoSort = False
|
||||||
AutoWidthLastColumn = True
|
|
||||||
Columns = <
|
Columns = <
|
||||||
item
|
item
|
||||||
Caption = 'function'
|
Caption = 'function'
|
||||||
Width = 1
|
Width = 200
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
AutoSize = True
|
|
||||||
Caption = 'address'
|
Caption = 'address'
|
||||||
Width = 67
|
Width = 40
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
Caption = 'filename'
|
Caption = 'filename'
|
||||||
|
@ -236,7 +234,7 @@ inherited CEGdbWidget: TCEGdbWidget
|
||||||
end
|
end
|
||||||
item
|
item
|
||||||
Caption = 'line'
|
Caption = 'line'
|
||||||
Width = 345
|
Width = 253
|
||||||
end>
|
end>
|
||||||
GridLines = True
|
GridLines = True
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
|
|
|
@ -1478,8 +1478,6 @@ begin
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCEGdbWidget.waitCommandProcessed;
|
procedure TCEGdbWidget.waitCommandProcessed;
|
||||||
var
|
|
||||||
i: integer = 0;
|
|
||||||
begin
|
begin
|
||||||
while not fCommandProcessed do
|
while not fCommandProcessed do
|
||||||
application.ProcessMessages;
|
application.ProcessMessages;
|
||||||
|
|
Loading…
Reference in New Issue