[Libreoffice-bugs] [Bug 106000] delete/edit comment in context box not an option if comment is escaped without writing anything in it.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 22 07:46:40 UTC 2019


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

--- Comment #6 from Miklos Vajna <vmiklos at collabora.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190722/0594617a/attachment-0001.html>


More information about the Libreoffice-bugs mailing list