Kaydet (Commit) 6b9d91c9 authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#65546 whoops, lost vital mbKeyInputDisabled flag

Change-Id: I6ab0007f232994a0ca55df817b3dbba06e6e7f9c
üst 10cbb13f
...@@ -5270,7 +5270,7 @@ void ToolBox::KeyInput( const KeyEvent& rKEvt ) ...@@ -5270,7 +5270,7 @@ void ToolBox::KeyInput( const KeyEvent& rKEvt )
ImplRemoveDel( &aDelData ); ImplRemoveDel( &aDelData );
// #107251# move focus away if this toolbox was disabled during keyinput // #107251# move focus away if this toolbox was disabled during keyinput
if (HasFocus() && bParentIsContainer) if (HasFocus() && mpData->mbKeyInputDisabled && bParentIsContainer)
{ {
sal_uInt16 n = 0; sal_uInt16 n = 0;
Window *pFocusControl = pParent->ImplGetDlgWindow( n, DLGWINDOW_FIRST ); Window *pFocusControl = pParent->ImplGetDlgWindow( n, DLGWINDOW_FIRST );
......
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