[Libreoffice-bugs] [Bug 122442] Cannot use double-click to apply text highlight

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jan 3 13:21:51 UTC 2019


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

--- Comment #3 from Mike Kaganski <mikekaganski at hotmail.com> ---
A code pointer: see m_aTemplateIdle initialization at SwEditWin::SwEditWin
(sw/source/uibase/docvw/edtwin.cxx). The comment there states:

> // TemplatePointer for colors should be resetted without
> // selection after single click

and the event there is indeed an Idle, not a timer set to a double-click
timeout. Possibly it's enough to change it to such, but is there a more
reliable way to do it - do we generate "single click" event somewhere when
double-click timeout elapsed without a click?

-- 
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/20190103/b501c4f6/attachment.html>


More information about the Libreoffice-bugs mailing list