]> git.sesse.net Git - vlc/commitdiff
skins2: fix typo about anchors
authorErwan Tulou <erwan10@videolan.org>
Sat, 6 Apr 2013 14:20:56 +0000 (16:20 +0200)
committerErwan Tulou <erwan10@videolan.org>
Sat, 6 Apr 2013 14:22:33 +0000 (16:22 +0200)
modules/gui/skins2/src/window_manager.cpp

index 24f8fd6aeac0d97073cd9bf3688291c7277be998..780b765bf1fd7daa1cb09b169c38da1ce4b7e4c9 100644 (file)
@@ -296,7 +296,7 @@ void WindowManager::resize( GenericLayout &rLayout,
                          (*it)->getTop() );
         }
     }
-    if( m_direction == kResizeE ||
+    if( m_direction == kResizeS ||
         m_direction == kResizeSE )
     {
         for( it = m_resizeMovingS.begin(); it != m_resizeMovingS.end(); ++it )