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
|
||||
Align = alClient
|
||||
AutoSort = False
|
||||
AutoWidthLastColumn = True
|
||||
Columns = <
|
||||
item
|
||||
Caption = 'function'
|
||||
Width = 1
|
||||
Width = 200
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'address'
|
||||
Width = 67
|
||||
Width = 40
|
||||
end
|
||||
item
|
||||
Caption = 'filename'
|
||||
|
@ -236,7 +234,7 @@ inherited CEGdbWidget: TCEGdbWidget
|
|||
end
|
||||
item
|
||||
Caption = 'line'
|
||||
Width = 345
|
||||
Width = 253
|
||||
end>
|
||||
GridLines = True
|
||||
ReadOnly = True
|
||||
|
|
|
@ -1478,8 +1478,6 @@ begin
|
|||
end;
|
||||
|
||||
procedure TCEGdbWidget.waitCommandProcessed;
|
||||
var
|
||||
i: integer = 0;
|
||||
begin
|
||||
while not fCommandProcessed do
|
||||
application.ProcessMessages;
|
||||
|
|
Loading…
Reference in New Issue