++
включил автоскролл при сравнении одинаковых пакетов
This commit is contained in:
@@ -3,7 +3,7 @@ import Common.Utils.Vector_;
|
||||
|
||||
import java.util.Vector;
|
||||
public class Constants {
|
||||
public static final int version = 1235;
|
||||
public static final int version = 1236;
|
||||
public static final int planner_version = 24;
|
||||
public static final int testingMaxKernels = 64;
|
||||
//--
|
||||
|
||||
@@ -54,6 +54,9 @@ public class SapforTasksPackageTree extends DataTree {
|
||||
//---
|
||||
if (slave_tree != null) {
|
||||
slave_tree.selectSamePath(e);
|
||||
slave_tree.scrollPathToVisible(slave_tree.getSelectionPath());
|
||||
// System.out.println(getSelectionPath());
|
||||
// System.out.println(slave_tree.slave_tree.getSelectionPath());
|
||||
}
|
||||
//---
|
||||
if (o instanceof SapforVersion_json) {
|
||||
|
||||
@@ -274,7 +274,7 @@ public class SapforPackagesComparisonForm {
|
||||
protected void showDone() throws Exception {
|
||||
showComparisonTree();
|
||||
slave.showComparisonTree();
|
||||
// SynchronizeTrees();
|
||||
SynchronizeTrees();
|
||||
}
|
||||
};
|
||||
pass.Do();
|
||||
|
||||
Reference in New Issue
Block a user