Skip to content

Commit 006cd3d

Browse files
committed
Fixed configlayoutfo.onchangehint() call at init.
1 parent 8725b17 commit 006cd3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main.pas

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8540,8 +8540,6 @@ procedure tmainfo.onactiv(const Sender: TObject);
85408540
else
85418541
setlangstrumpract(MSEFallbackLang);
85428542

8543-
configlayoutfo.onchangehint(Sender);
8544-
85458543
if mainfo.drumsvisible.Value = 1 then
85468544
drumsfo.Visible := True;
85478545

@@ -8755,6 +8753,7 @@ procedure tmainfo.ontimerendloop(const Sender: TObject);
87558753
application.ProcessMessages;
87568754
splashfo.Close;
87578755
isactivated := True;
8756+
configlayoutfo.onchangehint(Sender);
87588757
end;
87598758

87608759
end.

0 commit comments

Comments
 (0)