mirror of https://gitlab.com/basile.b/dexed.git
fix little orphan SLOC not moved while extracting method
This commit is contained in:
parent
148463c25d
commit
a1d6e246a9
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue