[Libreoffice-ux-advise] [Bug 79167] UI: Opening the new "navigate by" for choosing the object to go back&forth opens the "big" navigation window, too
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jun 7 04:49:40 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=79167
Samuel M. <s.mehrbrodt at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Whiteboard| |EasyHack DifficultyEasy
| |SkillCpp
--- Comment #6 from Samuel M. <s.mehrbrodt at gmail.com> ---
Sorry I don't have the time for this currently.
But this might be an easy hack.
Here's the code that gets executed when clicking the "Navigate by" button:
http://opengrok.libreoffice.org/xref/core/sw/source/uibase/uiview/view2.cxx#1060
This commit removed the old buttons from the scrollbar:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=3e8fe4d8e19be2ccd8f5bb898530e2f615a90321
And this commit added the buttons to the find bar:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=0f86895fcd1001324974d644a728152b97b22ab0
So to show only the small element selector window when clicking the "Navigate
by" button, you need to reintroduce the code that was removed in the first
commit ("SwNaviImageButton::Click" is the start point).
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Libreoffice-ux-advise
mailing list