Skip to content

Commit 392a495

Browse files
authored
Fix LT-22162: Sandbox focus shifts when switching interlinear mode (#378)
1 parent a8c1025 commit 392a495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/LexText/Interlinear/InterlinMaster.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1263,6 +1263,7 @@ public bool OnSetParsingDevMode(object argument)
12631263
SetParsingDevMode(value == "true");
12641264
Clerk.UpdateParsingDevStatusBarPanel();
12651265
// Refresh the display.
1266+
SaveBookMark();
12661267
RootStText = null;
12671268
m_idcAnalyze.ResetAnalysisCache();
12681269
Clerk.JumpToIndex(Clerk.CurrentIndex);

0 commit comments

Comments
 (0)