удаление отладочной печати сравнения и не только
This commit is contained in:
@@ -80,7 +80,6 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
|
||||
if (events_on) {
|
||||
events_on=false;
|
||||
SC66.setDividerLocation(SC65.getDividerLocation());
|
||||
System.out.println("Left");
|
||||
events_on=true;
|
||||
}
|
||||
}
|
||||
@@ -91,7 +90,6 @@ public class TestingForm implements FormWithSplitters, TestingWindow {
|
||||
if (events_on) {
|
||||
events_on=false;
|
||||
SC65.setDividerLocation(SC66.getDividerLocation());
|
||||
System.out.println("Right");
|
||||
events_on=true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user