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

--- Comment #6 from Miklos Vajna <[email protected]> ---
It seems the root cause is a single ImplPaint() -> Invalidate() change in
ImplListBoxWindow::SelectEntry(). ImplPaint() invokes maUserDrawHdl, while
Invalidate() invokes Paint(), which invokes ImplDoPaint(), which does not
invoke maUserDrawHdl. This means that when the comment edit mode is replaced by
the normal tab view shell, the SvxFontNameBox / FontSizeBox does not invalidate
the active cell.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to