Kaydet (Commit) 8234b277 authored tarafından Jim Raykowski's avatar Jim Raykowski

Don't pass escape key event to SfxDockingWindow from sidebar

...docking window

Missed this in recent rework concerning key input events in
SidebarDockingWindow, tdf#125525 Allow shortcut keys from sidebar
docking window.

Change-Id: I53906251918874d2613795cb06a3e6ef07509bd8
Reviewed-on: https://gerrit.libreoffice.org/73192
Tested-by: Jenkins
Reviewed-by: 's avatarJim Raykowski <raykowj@gmail.com>
üst f6e7dbcc
...@@ -140,6 +140,7 @@ bool SidebarDockingWindow::EventNotify(NotifyEvent& rEvent) ...@@ -140,6 +140,7 @@ bool SidebarDockingWindow::EventNotify(NotifyEvent& rEvent)
case KEY_DELETE: case KEY_DELETE:
case KEY_INSERT: case KEY_INSERT:
case KEY_RETURN: case KEY_RETURN:
case KEY_ESCAPE:
{ {
return true; return true;
} }
......
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