Commit 7243c2e3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: FSC: reset the OPACITY on EnterEvent.

parent 17461bf4
......@@ -952,6 +952,7 @@ void FullscreenControllerWidget::enterEvent( QEvent *event )
p_hideTimer->stop();
#if HAVE_TRANSPARENCY
p_slowHideTimer->stop();
setWindowOpacity( DEFAULT_OPACITY );
#endif
event->accept();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment