| commit | 415c1b05242b80ca883596952caa0e179a07b409 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Wed Feb 05 16:00:06 2020 +0000 |
| committer | Caolán McNamara <caolanm@redhat.com> | Thu Feb 06 12:26:26 2020 +0100 |
| tree | 8ae30a122d29f09594baf32e49c8055d7fd30672 | |
| parent | 4eefad00d969555a13397061dd560e98534a2901 [diff] |
return true to show pressing tab was consumed to move focus to another toolitem Change-Id: I12f8602dd9a963c1e84e46bad780cc3c7dbe427d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88045 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/vcl/source/window/toolbox.cxx b/vcl/source/window/toolbox.cxx index c11d728..6763ca2 100644 --- a/vcl/source/window/toolbox.cxx +++ b/vcl/source/window/toolbox.cxx
@@ -3710,7 +3710,7 @@ bool ToolBox::EventNotify( NotifyEvent& rNEvt ) if( bNoTabCycling ) return DockingWindow::EventNotify( rNEvt ); else if( ImplChangeHighlightUpDn( aKeyCode.IsShift() , bNoTabCycling ) ) return false; return true; else return DockingWindow::EventNotify( rNEvt ); }