[vlc-devel] [PATCH] Qt: Bring a timetooltip on the top on OS/2
    KO Myung-Hun 
    komh78 at gmail.com
       
    Fri Oct 12 12:43:59 CEST 2012
    
    
  
Ping ?
KO Myung-Hun wrote:
> This fixes the problem that a timetooltip does not appear on fullscreen
> from the second fullscreen state change.
> ---
>  modules/gui/qt4/util/timetooltip.cpp |    7 +++++++
>  1 files changed, 7 insertions(+), 0 deletions(-)
> 
> diff --git a/modules/gui/qt4/util/timetooltip.cpp b/modules/gui/qt4/util/timetooltip.cpp
> index 1cff329..0f5666c 100644
> --- a/modules/gui/qt4/util/timetooltip.cpp
> +++ b/modules/gui/qt4/util/timetooltip.cpp
> @@ -142,6 +142,13 @@ void TimeTooltip::setTip( const QPoint& target, const QString& time, const QStri
>  void TimeTooltip::show()
>  {
>      QWidget::setVisible( mInitialized );
> +#ifdef Q_WS_PM
> +    // Bring a tooltip on the top
> +    // Without this, tooltip does not appear on fullscreen
> +    // from the second fullscreen state change
> +    if( mInitialized )
> +        QWidget::raise();
> +#endif
>  }
>  
>  void TimeTooltip::paintEvent( QPaintEvent * )
-- 
KO Myung-Hun
Using Mozilla SeaMonkey 2.7.2
Under OS/2 Warp 4 for Korean with FixPak #15
In VirtualBox v4.1.18 on Intel Core i7-3615QM 2.30GHz with 8GB RAM
Korean OS/2 User Community : http://www.ecomstation.co.kr
    
    
More information about the vlc-devel
mailing list