fix/flip pane logic

This commit is contained in:
mjames-upc 2019-02-07 14:32:27 -07:00
parent 3c19abcaa0
commit c68891c0da

View file

@ -94,8 +94,8 @@ public class D2D5Pane implements IPerspectiveFactory {
}
}
int numViews = ChangeD2DLayoutAction.getViewCount() > 0 ? 4
: 0;
int numViews = ChangeD2DLayoutAction.getViewCount() > 0 ? 0
: 4;
String lastAdded = null;