Kaydet (Commit) 6c57ae39 authored tarafından Jim Raykowski's avatar Jim Raykowski Kaydeden (comit) Katarina Behrens

tdf#116680 fix sidebar can't undock

Change-Id: Ic3d198488de6d0420dbdb8fb7dbfb0335556e108
Reviewed-on: https://gerrit.libreoffice.org/52047Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst df8b9faa
......@@ -116,7 +116,7 @@ bool SidebarDockingWindow::EventNotify(NotifyEvent& rEvent)
if (MouseNotifyEvent::KEYINPUT == nType)
return true;
return Window::EventNotify(rEvent);
return SfxDockingWindow::EventNotify(rEvent);
}
} } // end of namespace sfx2::sidebar
......
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