We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ff5464 commit d9fdf89Copy full SHA for d9fdf89
lib/common/widgets/mseforms.pas
@@ -1069,6 +1069,7 @@ constructor tcustommseform.create(aowner: tcomponent; load: boolean);
1069
end;
1070
if not (acs_dooncreatecalled in factstate) then begin
1071
dooncreate;
1072
+
1073
1074
if not load then begin
1075
// autoreadstat;
@@ -1166,6 +1167,9 @@ procedure tcustommseform.dooncreate;
1166
1167
beginsuspendgloballoading;
1168
try
1169
foncreate(self);
1170
+ if (wo_transparentbackground in foptionswindow) or
1171
+ (wo_transparentbackgroundellipse in foptionswindow) or
1172
+ (wo_transparentbackgroundround in foptionswindow) then SetChildBounds(self);
1173
finally
1174
endsuspendgloballoading;
1175
0 commit comments