vcl: hold reference during user event posting for floatwin.
Change-Id: Ibb0f717ae21cd80386b26e078ee7eb2a873b4092
This commit is contained in:
@@ -590,7 +590,7 @@ void FloatingWindow::ImplCallPopupModeEnd()
|
|||||||
|
|
||||||
// call Handler asynchronously.
|
// call Handler asynchronously.
|
||||||
if ( mpImplData && !mnPostId )
|
if ( mpImplData && !mnPostId )
|
||||||
mnPostId = Application::PostUserEvent( LINK( this, FloatingWindow, ImplEndPopupModeHdl ) );
|
mnPostId = Application::PostUserEvent( LINK( this, FloatingWindow, ImplEndPopupModeHdl ), NULL, true );
|
||||||
}
|
}
|
||||||
|
|
||||||
void FloatingWindow::PopupModeEnd()
|
void FloatingWindow::PopupModeEnd()
|
||||||
|
Reference in New Issue
Block a user