提交 fffcd57b 编写于 作者: S Serge Rider

#12333 Persist preferences after change

上级 9f880ed0
......@@ -4054,6 +4054,11 @@ public class SQLEditor extends SQLEditorBase implements
@Override
public void run() {
getActivePreferenceStore().setValue(SQLPreferenceConstants.OUTPUT_PANEL_AUTO_SHOW, isChecked());
try {
getActivePreferenceStore().save();
} catch (IOException e) {
log.error(e);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册