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

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


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 10 18:19:19 2009 +0200| [7243c2e3a98fdf2e2dd240bb78f82a2c21788377] | committer: Jean-Baptiste Kempf 

Qt: FSC: reset the OPACITY on EnterEvent.

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

 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 f5b4225..e72cb91 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