Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Fixed bug in view stacks which caused the first view inside a view st…
Browse files Browse the repository at this point in the history
…ack to not be constraint correctly.
  • Loading branch information
IjzerenHein committed Jul 31, 2015
1 parent 6dd2531 commit f4fc3c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VisualFormat.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ function _processCascade(context, cascade, parentItem) {
let subView;
if (stackView) {
cascade.push({view: stackView});
curViews.push(stackView);
}
for (var i = 0; i < cascade.length; i++) {
let item = cascade[i];
Expand Down

0 comments on commit f4fc3c4

Please sign in to comment.