I'm going to agree with Julien that this is wrong.
See ML history for details: Message-ID: <1315514308476-3321065.post@n3.nabble.com>
This commit is contained in:
parent
82f6c0502e
commit
64c15de648
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ void AquaSalFrame::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;
|
||||
|
|
Loading…
Reference in a new issue