!25 fix: #I7VAM0 修复编码状态栏未更新的问题
Merge pull request !25 from songdragon/feature-I7VAM0
This commit is contained in:
commit
80872b6511
@ -34,6 +34,7 @@ public class JNotepadTab extends Tab {
|
||||
lineNumberTextArea = textArea;
|
||||
this.setContent(lineNumberTextArea);
|
||||
setAutoLine(GlobalConfig.getConfig().getAutoLineConfig());
|
||||
this.charset = charset;
|
||||
}
|
||||
|
||||
public boolean isAutoLine() {
|
||||
|
||||
@ -30,7 +30,7 @@ public class JNotepadTabPane extends TabPane {
|
||||
JNotepadMenuBar.getMenuBar().updateMenuStatusBySelectedTab();
|
||||
}
|
||||
// 更新状态标签
|
||||
JNotepadStatusBox.getInstance().updateWordCountStatusLabel();
|
||||
JNotepadStatusBox.getInstance().updateWhenTabSelected();
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user