Kaydet (Commit) 127625e8 authored tarafından Michael Meeks's avatar Michael Meeks

vcl: hold reference during user event posting for floatwin.

Change-Id: Ibb0f717ae21cd80386b26e078ee7eb2a873b4092
üst a738606d
......@@ -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()
......
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