no message
This commit is contained in:
@@ -73,7 +73,7 @@ public class CallbackForm implements FormWithSplitters, CallbackWindow {
|
||||
if (Global.mainModule.getBugReport().state.equals(BugReportState.draft))
|
||||
Global.mainModule.getBugReport().description =
|
||||
BugReportDescription.getText();
|
||||
Global.componentsServer.db.bugReports.RefreshUI();
|
||||
Global.componentsServer.db.bugReports.getUI().Refresh();
|
||||
}
|
||||
};
|
||||
DocumentListener commentListener = new DocumentListener() {
|
||||
|
||||
@@ -90,7 +90,7 @@ public class VariantsForm implements VariantsWindow {
|
||||
}
|
||||
@Override
|
||||
public void RefreshVariants() {
|
||||
Global.mainModule.getProject().parallelVariants.RefreshUI();
|
||||
Global.mainModule.getProject().parallelVariants.getUI().Refresh();
|
||||
}
|
||||
@Override
|
||||
public void ShowNoVariants() {
|
||||
|
||||
Reference in New Issue
Block a user