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

tdf#91259 - fix help browser focus issue post dispose.

Change-Id: I0b7758b6780dfbe88aff8f0fc1a93d93b9910d87
üst aa7471be
......@@ -2719,15 +2719,14 @@ void SfxHelpWindow_Impl::Split()
InitSizes();
}
void SfxHelpWindow_Impl::GetFocus()
{
pTextWin->GrabFocus();
if( pTextWin )
pTextWin->GrabFocus();
else
vcl::Window::GetFocus();
}
void SfxHelpWindow_Impl::MakeLayout()
{
if ( nHeight > 0 && xWindow.is() )
......
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