[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/arts/kde
From:       Charles Samuels <charles () kde ! org>
Date:       2004-07-21 4:38:32
Message-ID: 20040721043832.7D41D99EB () office ! kde ! org
[Download RAW message or body]

CVS commit by charles: 

make fullscreen work again. This looks to be the result of a change in Qt.

CCMAIL:85561-done@bugs.kde.org


  M +2 -5      kvideowidget.cpp   1.20


--- kdelibs/arts/kde/kvideowidget.cpp  #1.19:1.20
@@ -46,5 +46,5 @@ private:
 
 KFullscreenVideoWidget::KFullscreenVideoWidget( KVideoWidget *parent, const char *name )
-    : KVideoWidget( parent, name, WType_TopLevel | WStyle_Customize | WStyle_NoBorder )
+    : KVideoWidget( 0, name )
 {
     this->videoWidget = parent;
@@ -133,8 +133,5 @@ KVideoWidget::~KVideoWidget()
     }
 
-    if (fullscreenWidget)
-    {
         delete fullscreenWidget;
-    }
 }
 
@@ -398,6 +395,6 @@ void KVideoWidget::fullscreenActivated()
                         this, SLOT(setWindowed()) );
 
-        fullscreenWidget->showFullScreen();
         fullscreenWidget->setFocus();
+        fullscreenWidget->showFullScreen();
 
         if (isEmbedded())


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic