https://bugs.freedesktop.org/show_bug.cgi?id=79167
Samuel M. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard| |EasyHack DifficultyEasy | |SkillCpp --- Comment #6 from Samuel M. <[email protected]> --- 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 the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
