This commit is contained in:
Basile Burg 2017-11-17 05:22:05 +01:00
parent 0f6f6ba48b
commit ea634ae88f
2 changed files with 3 additions and 7 deletions

View File

@ -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

View File

@ -1478,8 +1478,6 @@ begin
end;
procedure TCEGdbWidget.waitCommandProcessed;
var
i: integer = 0;
begin
while not fCommandProcessed do
application.ProcessMessages;