From 2379601783dd6112cbeaea4ecc26e43268bc0201 Mon Sep 17 00:00:00 2001 From: John Maxwell Date: Fri, 10 Apr 2026 09:37:38 -0700 Subject: [PATCH] Fix LT-22377: Inflection feature value changes after refreshing --- Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs b/Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs index f02ad102b7..6724f6f289 100644 --- a/Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs +++ b/Src/LexText/Lexicon/MsaInflectionFeatureListDlgLauncherView.cs @@ -43,7 +43,7 @@ public void Init(LcmCache cache, IFsFeatStruc fs) } else { - m_rootb.SetRootObject(m_fs == null ? 0 : m_fs.Hvo, m_vc, (int)VcFrags.kfragName, m_rootb.Stylesheet); + m_rootb.SetRootObject(m_fs == null ? 0 : m_fs.Hvo, m_vc, (int)VcFrags.kfragShortName, m_rootb.Stylesheet); m_rootb.Reconstruct(); } }