https://bugs.documentfoundation.org/show_bug.cgi?id=168929
--- Comment #10 from Jonathan Clark <[email protected]> --- The root cause is the MyEdit_Impl::Command() override in vcl/source/treelist/treelistbox.cxx. That new method drops all commands other than CommandEventId::ContextMenu, rather than passing them through to Edit::Command(). I haven't studied the original bug fix, so I'm not sure the right way to implement that without causing a regression. -- You are receiving this mail because: You are the assignee for the bug.
