]> git.sesse.net Git - vlc/commitdiff
skins2: fix wrong focus
authorErwan Tulou <erwan10@videolan.org>
Tue, 2 Mar 2010 16:22:24 +0000 (17:22 +0100)
committerErwan Tulou <erwan10@videolan.org>
Fri, 19 Mar 2010 10:51:42 +0000 (11:51 +0100)
modules/gui/skins2/src/top_window.cpp

index c6c71423ab3dd251548e2b638552f2c4b221afa8..d45a2d481be549680376eef33b8f71d754763df5 100644 (file)
@@ -163,7 +163,7 @@ void TopWindow::processEvent( EvtMouse &rEvtMouse )
             if( pNewHitControl != m_pFocusControl )
             {
                 m_pFocusControl = pNewHitControl;
-                EvtFocus evt( getIntf(), false );
+                EvtFocus evt( getIntf(), true );
                 pNewHitControl->handleEvent( evt );
             }
         }