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