изменение умолчаний для контролов таблиц
This commit is contained in:
@@ -24,7 +24,7 @@ public class SPF_ModifyArrayDistribution extends SapforModification {
|
||||
if (
|
||||
Global.mainModule.getProject().parallelRegions.getUI().CheckCurrent(Log)
|
||||
&& super.canStart(args) && Global.mainModule.getPass(PassCode.SPF_GetArrayLinks).Do()) {
|
||||
region = Global.mainModule.getProject().parallelRegions.getUI().getCurrent();
|
||||
region = Global.mainModule.getProject().parallelRegions.getUI().getCurrent();
|
||||
DBObjectDialog dialog = new DBObjectDialog<ParallelRegion, ParallelRegionFields>(ParallelRegionFields.class) {
|
||||
@Override
|
||||
public int getDefaultHeight() {
|
||||
|
||||
Reference in New Issue
Block a user