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;
|
||||
begin
|
||||
GroupBox3.Visible := not fOptions.hideCpuView;
|
||||
if not GroupBox3.Visible then
|
||||
PageControl2.Align:= alClient
|
||||
else
|
||||
|
@ -1440,7 +1441,6 @@ end;
|
|||
procedure TGdbWidget.optionsChangesApplied(sender: TObject);
|
||||
begin
|
||||
updateMenu;
|
||||
GroupBox3.Visible := not fOptions.hideCpuView;
|
||||
updateCpuViewVisibility;
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue