Kaydet (Commit) 0005d50f authored tarafından Michael Meeks's avatar Michael Meeks

tdf#91073 - don't queue an async user event when disposed.

Change-Id: Ic0a084fe7392ae5a407a367fb67a5a1837a2ca14
üst 2c9b7e33
...@@ -582,8 +582,8 @@ void FloatingWindow::ImplCallPopupModeEnd() ...@@ -582,8 +582,8 @@ void FloatingWindow::ImplCallPopupModeEnd()
// PopupMode is finished // PopupMode is finished
mbInPopupMode = false; mbInPopupMode = false;
// call Handler asynchron. // call Handler asynchronously.
if ( !mnPostId ) if ( mpImplData && !mnPostId )
mnPostId = Application::PostUserEvent( LINK( this, FloatingWindow, ImplEndPopupModeHdl ) ); mnPostId = Application::PostUserEvent( LINK( this, FloatingWindow, ImplEndPopupModeHdl ) );
} }
......
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