Commit edf71bb4 authored by Erwan Tulou's avatar Erwan Tulou

skins2: fix typo about anchors

parent f27a2feb
...@@ -296,7 +296,7 @@ void WindowManager::resize( GenericLayout &rLayout, ...@@ -296,7 +296,7 @@ void WindowManager::resize( GenericLayout &rLayout,
(*it)->getTop() ); (*it)->getTop() );
} }
} }
if( m_direction == kResizeE || if( m_direction == kResizeS ||
m_direction == kResizeSE ) m_direction == kResizeSE )
{ {
for( it = m_resizeMovingS.begin(); it != m_resizeMovingS.end(); ++it ) for( it = m_resizeMovingS.begin(); it != m_resizeMovingS.end(); ++it )
......
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