You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{LogSQL(f_('Scaling controls to screen DPI: %d%%', [Round(ScaleFactor*100)]));
2728
-
if TStyleManager.IsCustomStyleActive and (ScaleFactor<>1) then begin
2729
-
LogSQL(f_('Caution: Style "%s" selected and non-default DPI factor - be aware that some styles appear broken with high DPI settings!', [TStyleManager.ActiveStyle.Name]));
2730
-
end;}
2731
-
2729
+
// Display session manager
2730
+
if Connections.Count = 0 then begin
2731
+
// Cannot be done in OnCreate because we need ready forms here:
0 commit comments