vcl/source/treelist/treelistbox.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 55d72acdba8e55ff44da1534d7c9426fc89a6063 Author: Jim Raykowski <[email protected]> AuthorDate: Mon Oct 20 01:25:01 2025 -0800 Commit: Xisco Fauli <[email protected]> CommitDate: Tue Oct 21 11:20:25 2025 +0200 tdf#168929 fix cannot rename objects with CJK languages via Navigator Change-Id: I11fa5106d63b78a4aacb144ed70ac658607611a1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192704 Tested-by: Jenkins Reviewed-by: Jim Raykowski <[email protected]> (cherry picked from commit 4f053ee1b55faa9deec3cbf7cb88f265458b20e0) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192739 Reviewed-by: Xisco Fauli <[email protected]> diff --git a/vcl/source/treelist/treelistbox.cxx b/vcl/source/treelist/treelistbox.cxx index 576f5b9b4a8f..275b213a5754 100644 --- a/vcl/source/treelist/treelistbox.cxx +++ b/vcl/source/treelist/treelistbox.cxx @@ -138,6 +138,8 @@ void MyEdit_Impl::Command(const CommandEvent& rCEvt) Edit::Command(rCEvt); pOwner->InsertEscapeAccel(); } + else + Edit::Command(rCEvt); } SvInplaceEdit2::SvInplaceEdit2
