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

--- Comment #14 from Mike Kaganski <[email protected]> ---
SvTreeListBox::KeyInput calls pImpl->KeyInput, which internally resets the
pImpl (in SvPasteObjectDialog::DoubleClickHdl, which ends the dialog), and
returns *false* (SalInstanceTreeView::DoubleClickHdl converts the true returned
by signal_row_activated into false). Then SvTreeListBox::KeyInput continues to
use the cleared pImpl.

Bibisect would help here, I'm sure.

-- 
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