[vlc-devel] commit: Qt: FSC: reset the OPACITY on EnterEvent. (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Jun 10 18:44:23 CEST 2009


vlc | branch: 1.0-bugfix | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 10 18:19:19 2009 +0200| [8237615c6e9cbd306ecf7fb429f5b8bb88208830] | committer: Jean-Baptiste Kempf 

Qt: FSC: reset the OPACITY on EnterEvent.
(cherry picked from commit 7243c2e3a98fdf2e2dd240bb78f82a2c21788377)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8237615c6e9cbd306ecf7fb429f5b8bb88208830
---

 modules/gui/qt4/components/controller.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index f21182b..7c8bda7 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -952,6 +952,7 @@ void FullscreenControllerWidget::enterEvent( QEvent *event )
     p_hideTimer->stop();
 #if HAVE_TRANSPARENCY
     p_slowHideTimer->stop();
+    setWindowOpacity( DEFAULT_OPACITY );
 #endif
     event->accept();
 }




More information about the vlc-devel mailing list