Commit 9b9490a7 authored by JoyJ's avatar JoyJ

fix link marker modification disable

parent 6874592a
......@@ -323,7 +323,6 @@ public void InitControl(DataConfig datacfg)
this.InitCheckPanel(this.pl_cardtype, datacfg.dicCardTypes);
this.InitCheckPanel(this.pl_markers, datacfg.dicLinkMarkers);
this.InitCheckPanel(this.pl_category, datacfg.dicCardcategorys);
this.SetEnabled(this.pl_markers, false);
this.InitComboBox(this.cb_setname1, setcodes, setnames);
this.InitComboBox(this.cb_setname2, setcodes, setnames);
this.InitComboBox(this.cb_setname3, setcodes, setnames);
......
......@@ -27,4 +27,4 @@
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("3.0.0.4")]
[assembly: AssemblyVersion("3.0.0.5")]
★更新历史
3.0.0.5
修正连接标记无法修改的bug
3.0.0.4
修正不显示连接标记的bug
修正拖拽非文件时报错的bug
......
[DataEditorX]3.0.0.4[DataEditorX]
[DataEditorX]3.0.0.5[DataEditorX]
[URL]https://cdn01.moecube.com/DataEditorX/releases/DataEditorX-3.0.0.4.zip[URL]
★运行环境(Environment)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment