summaryrefslogtreecommitdiff
path: root/src/corelib/gfx_widget.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/gfx_widget.pas')
-rw-r--r--src/corelib/gfx_widget.pas3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/gfx_widget.pas b/src/corelib/gfx_widget.pas
index 5cb5281d..dcb4a133 100644
--- a/src/corelib/gfx_widget.pas
+++ b/src/corelib/gfx_widget.pas
@@ -364,7 +364,8 @@ begin
if FVisible then
begin
AllocateWindowHandle;
-
+ DoSetWindowVisible(True);
+
for n := 0 to ComponentCount - 1 do
begin
c := Components[n];