Kaydet (Commit) a7b26dbf authored tarafından Ivan Timofeev's avatar Ivan Timofeev

Page Break: set position only when button is invisible

and don't let the moribund fading-out button pursue the mouse

Change-Id: I6f821f7e8144e9448c1cb65f8ce96102419cd6f0
üst 61df142e
......@@ -95,7 +95,7 @@ namespace
m_pWin->Fade( true );
}
if ( !rMEvt.IsSynthetic() )
if ( !rMEvt.IsSynthetic() && !m_pWin->IsVisible() )
{
Point* pPtr = new Point( rMEvt.GetPosPixel() );
m_pWin->UpdatePosition( pPtr );
......
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