https://bugs.freedesktop.org/show_bug.cgi?id=47071

Ivan Timofeev <timofeev....@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
         AssignedTo|libreoffice-b...@lists.free |timofeev....@gmail.com
                   |desktop.org                 |
           See Also|                            |https://bugs.freedesktop.or
                   |                            |g/show_bug.cgi?id=39229
            Summary|UI: Undocked bullets and    |UI: Undocked toolbars do
                   |numbering dialog does not   |not show all icons in
                   |show all icons in special   |special ratio
                   |ratio                       |

--- Comment #4 from Ivan Timofeev <timofeev....@gmail.com> 2012-06-30 04:11:09 
PDT ---
I see this bug with various toolbars since 3.5... Bug 39229 shows that there
were problems even in 3.4, interesting.

I spent a lot of time on this, but my feeble-minded brain has not produced a
solution yet. Well, maybe some day it will produce something. :)

The problem originates in 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=1703501a100cd6d52578baeb4e8097218b285ffb
or more exactly here:
  else if ( it->meType == TOOLBOXITEM_SEPARATOR )
+ {
    nCurWidth = it->mnSepSize;
+   if ( ( it != lastVisible ) && (nLineWidth+nCurWidth+nMenuWidth >
nWidthTotal) )
+     bBreak = sal_True;
+ }

so a separator would be placed at the next line if the current line has not
enough space for it. And this caused troubles. Yes, you never know what
troubles can cause your (pretty safe) patch in LibreOffice.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to