fix
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package _VisualDVM.GlobalData.CompilerOption;
|
||||
import Common.Database.Objects.iDBObject;
|
||||
import Common.Utils.Utils_;
|
||||
import _VisualDVM.GlobalData.CompilerOption.Json.OptionsJson;
|
||||
public class OptionsLine extends iDBObject {
|
||||
public OptionsJson json;
|
||||
@@ -8,6 +9,6 @@ public class OptionsLine extends iDBObject {
|
||||
}
|
||||
@Override
|
||||
public String getBDialogName() {
|
||||
return json.toLine();
|
||||
return Utils_.Brackets(json.toLine());
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
package _VisualDVM.GlobalData.CompilerOption.UI;
|
||||
import Common.Database.Tables.DataSet;
|
||||
import Common.Passes.Pass;
|
||||
import Common.Utils.Utils_;
|
||||
import Common.Visual.DataSetControlForm;
|
||||
import Common.Visual.Menus.DataMenuBar;
|
||||
import Common.Visual.Tables.ColumnInfo;
|
||||
@@ -94,6 +95,7 @@ public class OptionsLinesForm extends DataSetControlForm<OptionsLine> {
|
||||
}
|
||||
@Override
|
||||
protected void body() throws Exception {
|
||||
|
||||
}
|
||||
@Override
|
||||
protected void showFinish() throws Exception {
|
||||
@@ -115,6 +117,7 @@ public class OptionsLinesForm extends DataSetControlForm<OptionsLine> {
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
System.out.println("datasource");
|
||||
if (dataSource.getUI().CheckCurrent(Log)) {
|
||||
target = dataSource.getUI().getCurrent();
|
||||
return dataSource.getUI().ShowDeleteObjectDialog(target);
|
||||
|
||||
Reference in New Issue
Block a user