fix/flip pane logic
This commit is contained in:
parent
3c19abcaa0
commit
c68891c0da
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue