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

--- Comment #8 from Caolán McNamara <[email protected]> ---
This one is odd, not reproducible on Linux with gen and skia enabled, but can
be on Windows.

Debugging into it, at OBrowserListBox::valueChanged,

m_pLineListener->Commit(rLine.pLine->GetEntryName(),
impl_getControlAsPropertyValue(rLine));

seems to be relevant to the oddity.

wrt. "I did notice a change in item spacing when changing the "type of list
content" value, even though the items don't change." I see that the last row,
the "List Content" row changes from a plain Edit to an Edit + Button with "..."
in it, and presumably the button is taller than the Edit, and presumably the
rows are set to be the same height, so toggling "Type of list contents" ends up
toggling the height of all rows. But that's probably isn't a trigger for the
main strange drawing issue.

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

Reply via email to