Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Src/LexText/Morphology/InflAffixTemplateControl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,8 @@ internal ITsString MenuLabelForInflTemplateMoveInflAffixMsa(string sLabel, bool

internal bool MoveableMSA(IMoInflAffMsa msa, bool up)
{
if (m_slot == null)
return false;
List<ICmObject> vals = m_slot.Affixes.ToList<ICmObject>();
int pos = vals.IndexOf(msa);
if (up && pos == 0)
Expand Down
Loading