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

View File

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