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
1 change: 1 addition & 0 deletions Src/LexText/Morphology/RespellerDlg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ private void m_btnApply_Click(object sender, EventArgs e)
// Clear PropertyTable of references to old hvo
m_propertyTable.SetProperty("ActiveClerkSelectedObject", newWordform, true);
m_propertyTable.SetProperty("TextSelectedWord", newWordform, true);
m_propertyTable.SetPropertyPersistence("TextSelectedWord", false);
}
if (m_previewOn)
EnsurePreviewOff(); // will reconstruct
Expand Down
Loading