включил автоскролл при сравнении одинаковых пакетов
This commit is contained in:
2025-04-07 19:34:32 +03:00
parent 4c5331de55
commit 73a39681f1
4 changed files with 7 additions and 4 deletions

View File

@@ -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) {