vcl: hold reference during user event posting for floatwin.

Change-Id: Ibb0f717ae21cd80386b26e078ee7eb2a873b4092
This commit is contained in:
Michael Meeks
2015-05-08 17:35:54 +01:00
parent a738606d48
commit 127625e8ef

View File

@@ -590,7 +590,7 @@ void FloatingWindow::ImplCallPopupModeEnd()
// call Handler asynchronously.
if ( mpImplData && !mnPostId )
mnPostId = Application::PostUserEvent( LINK( this, FloatingWindow, ImplEndPopupModeHdl ) );
mnPostId = Application::PostUserEvent( LINK( this, FloatingWindow, ImplEndPopupModeHdl ), NULL, true );
}
void FloatingWindow::PopupModeEnd()