Kaydet (Commit) 7b2e14a0 authored tarafından Caolán McNamara's avatar Caolán McNamara

mirror 64c15de6 from aqua into ios

üst 9459d4e8
......@@ -467,7 +467,7 @@ void IosSalFrame::SetWindowState( const SalFrameState* pState )
UpdateFrameGeometry();
sal_uInt16 nEvent = 0;
if( pState->mnMask & (SAL_FRAMESTATE_MASK_X | SAL_FRAMESTATE_MASK_X) )
if( pState->mnMask & (SAL_FRAMESTATE_MASK_X | SAL_FRAMESTATE_MASK_Y) )
{
mbPositioned = true;
nEvent = SALEVENT_MOVE;
......
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