рефакторинг хранения окон
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
package _VisualDVM.Passes.All;
|
||||
import _VisualDVM.Global;
|
||||
import _VisualDVM.Visual.UI;
|
||||
public class SaveBugReportDescription extends UpdateBugReportField {
|
||||
@Override
|
||||
@@ -11,6 +12,6 @@ public class SaveBugReportDescription extends UpdateBugReportField {
|
||||
}
|
||||
@Override
|
||||
protected boolean canStart(Object... args) throws Exception {
|
||||
return super.canStart("description", UI.getMainWindow().getCallbackWindow().getBugReportDescriptionText());
|
||||
return super.canStart("description", Global.mainModule.getUI().getMainWindow().getCallbackWindow().getBugReportDescriptionText());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user