https://bugs.documentfoundation.org/show_bug.cgi?id=168578
--- Comment #3 from [email protected] --- Ok my previous duplicated toolbar story actually gave me an idea for a workaround: - Customize the drawing toolbar with eg an extra visible item (this is just to get it as an xml file in your user dir) - In View>Toolbars>Customize, to to the Toolbars tab , click the burger icon next to Target and select add. Name the new toolbar MyDrawingToolbar or something. - Add eg the select icon to that toolbar (may not even be necessary but I want to make sure he does not throw it away if it is empty). - You could add all other drawing functionality there but there is a quicker way, close LibreOffice, and go to C:\Users\xxxx\AppData\Roaming\LibreOffice\4\user\config\soffice.cfg\modules\sdraw\toolbar\ (or wherever it is he saves it on a mac/linux). You will have a file toolbar.xml that holds to modified Drawing toolbar info, and a file custom_toolbar_xxxx.xml that holds your MyDrawingToolbar info. Just copy over the toolbar:toolbaritem lines with info about the different items in the toolbar (but make sure to keep the toolbar:toolbar line intact ). Restart libreoffice, put the new MyDrawingToolbar in the place of the standard drawing toolbar eg on the left, and deselect the original drawing toolbar from being shown. The magical disappearing act when you enter a textbox seems to leave added toolbars alone (for now), so you have a nice clean static GUI. Note: I am very sure I never had any custom toolbars before, so I am still wondering where the original duplicate came from, but good thing it did... -- You are receiving this mail because: You are the assignee for the bug.
