Skip to content

Commit 8865305

Browse files
authored
Fix LT-22148: tan color reappers in Interlinear Texts (#370)
1 parent f462470 commit 8865305

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

Src/LexText/ParserUI/ParserListener.cs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -125,23 +125,6 @@ public ParserConnection Connection
125125
}
126126
}
127127

128-
/// <summary>
129-
/// Send the newly selected wordform on to the parser.
130-
/// </summary>
131-
public void OnPropertyChanged(string propertyName)
132-
{
133-
CheckDisposed();
134-
135-
if (m_parserConnection != null && propertyName == "ActiveClerkSelectedObject")
136-
{
137-
var wordform = m_propertyTable.GetValue<ICmObject>(propertyName) as IWfiWordform;
138-
if (wordform != null)
139-
{
140-
UpdateWordform(wordform, ParserPriority.High);
141-
}
142-
}
143-
}
144-
145128
#region IVwNotifyChange Members
146129

147130
public void PropChanged(int hvo, int tag, int ivMin, int cvIns, int cvDel)

0 commit comments

Comments
 (0)