fix little orphan SLOC not moved while extracting method

This commit is contained in:
Basile Burg 2019-02-07 03:36:40 +01:00
parent 148463c25d
commit a1d6e246a9
1 changed files with 1 additions and 1 deletions

View File

@ -1294,6 +1294,7 @@ end;
procedure TGdbWidget.updateCpuViewVisibility; procedure TGdbWidget.updateCpuViewVisibility;
begin begin
GroupBox3.Visible := not fOptions.hideCpuView;
if not GroupBox3.Visible then if not GroupBox3.Visible then
PageControl2.Align:= alClient PageControl2.Align:= alClient
else else
@ -1440,7 +1441,6 @@ end;
procedure TGdbWidget.optionsChangesApplied(sender: TObject); procedure TGdbWidget.optionsChangesApplied(sender: TObject);
begin begin
updateMenu; updateMenu;
GroupBox3.Visible := not fOptions.hideCpuView;
updateCpuViewVisibility; updateCpuViewVisibility;
end; end;