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

--- Comment #2 from Caolán McNamara <[email protected]> ---
The super slow part of this is area_apply_attributes_cb in gtk's gtktreemenu.c
which is called on each row, and for each row gtk_tree_menu_get_path_item is
called and that loops through the full list of widgets in the menu looking for
the row, so it slows to uselessness

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