diff --git a/components/vlc/lclvlc.pp b/components/vlc/lclvlc.pp index 6b7038fc6b..3def7b5e85 100644 --- a/components/vlc/lclvlc.pp +++ b/components/vlc/lclvlc.pp @@ -101,6 +101,8 @@ end; procedure TLCLVLCPlayer.SetParentWindowSize(AWidth, AHeight: Cardinal); begin + if AWidth=0 then ; + if AHeight=0 then ; end; end.