https://bugs.documentfoundation.org/show_bug.cgi?id=170635

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |
            Summary|Highlighted text background |Highlighted text background
                   |colour is not full text     |colour is not full text
                   |height if paragraph line    |height if paragraph line
                   |spacing is 'Leading' in     |spacing is 'Leading' in
                   |26.2 but not in 25.8        |26.2 but is in 25.8
             Status|NEW                         |ASSIGNED

--- Comment #10 from Justin L <[email protected]> ---
IIUC, the problem is that the wrong 'fix' was used from
include/editeng/svxenum.hxx

enum class SvxLineSpaceRule
{
    Auto,
    Fix,  // Fixed
    Min
};

enum class SvxInterLineSpaceRule
{
    Off,
    Prop,
    Fix // Leading
};

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to