[vlc-commits] skins2: fix typo about anchors
Erwan Tulou
git at videolan.org
Sat Apr 6 16:23:26 CEST 2013
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Sat Apr 6 16:20:56 2013 +0200| [edf71bb49ba2cf4d3bd06584cc59111989bd0866] | committer: Erwan Tulou
skins2: fix typo about anchors
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=edf71bb49ba2cf4d3bd06584cc59111989bd0866
---
modules/gui/skins2/src/window_manager.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/skins2/src/window_manager.cpp b/modules/gui/skins2/src/window_manager.cpp
index 24f8fd6..780b765 100644
--- a/modules/gui/skins2/src/window_manager.cpp
+++ b/modules/gui/skins2/src/window_manager.cpp
@@ -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 )
More information about the vlc-commits
mailing list