We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8725b17 commit 006cd3dCopy full SHA for 006cd3d
src/main.pas
@@ -8540,8 +8540,6 @@ procedure tmainfo.onactiv(const Sender: TObject);
8540
else
8541
setlangstrumpract(MSEFallbackLang);
8542
8543
- configlayoutfo.onchangehint(Sender);
8544
-
8545
if mainfo.drumsvisible.Value = 1 then
8546
drumsfo.Visible := True;
8547
@@ -8755,6 +8753,7 @@ procedure tmainfo.ontimerendloop(const Sender: TObject);
8755
8753
application.ProcessMessages;
8756
8754
splashfo.Close;
8757
isactivated := True;
+ configlayoutfo.onchangehint(Sender);
8758
end;
8759
8760
end.
0 commit comments