no message
This commit is contained in:
@@ -38,6 +38,7 @@ public class FileForm implements FileWindow, FormWithSplitters {
|
||||
public JSplitPane SC12;
|
||||
@Description("IGNORE")
|
||||
protected boolean events_on = true;
|
||||
FileMenuBar fileMenuBar = null;
|
||||
//-
|
||||
private JPanel content;
|
||||
private JButton bClose;
|
||||
@@ -66,7 +67,6 @@ public class FileForm implements FileWindow, FormWithSplitters {
|
||||
private TreeForm arraysForm;
|
||||
//-
|
||||
private SPFEditor Body = null; //времянка? не очень красиво.
|
||||
FileMenuBar fileMenuBar= null;
|
||||
//-
|
||||
public FileForm(DBProjectFile file_in) {
|
||||
LoadSplitters();
|
||||
@@ -191,9 +191,8 @@ public class FileForm implements FileWindow, FormWithSplitters {
|
||||
//---
|
||||
@Override
|
||||
public void RefreshTabsNames() {
|
||||
|
||||
boolean flag = (Global.mainModule.getDb()).settings.get(SettingName.ShowFullTabsNames).toBoolean();
|
||||
UI_.ShowTabsNames(graphsTabs,flag);
|
||||
UI_.ShowTabsNames(graphsTabs, flag);
|
||||
//--
|
||||
ShowNotesCount();
|
||||
ShowWarningsCount();
|
||||
|
||||
Reference in New Issue
Block a user