Kaydet (Commit) 77a0897e authored tarafından Michael Meeks's avatar Michael Meeks

tdf#93536 - avoid crash when calling ToTop on disposed window.

Change-Id: I677f47f6b60271dc56c9d3d123cf982c00866eb9
üst 5191fcb1
......@@ -438,6 +438,8 @@ void Window::ImplHideAllOverlaps()
void Window::ToTop( ToTopFlags nFlags )
{
if (!mpWindowImpl)
return;
ImplStartToTop( nFlags );
ImplFocusToTop( nFlags, IsReallyVisible() );
......
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