Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix wandering systems after edit to second or subsequent systems
WHen editing the second or later system on a page, we don't relayout the previous systems on the page. Thus, the already-spread value is used as a starting point causing it to spread further and further with each edit, and also the calculation of the restHeight for spread of systems is also off. Fix is to called the new restoreLayout2() for all those initial systems.
- Loading branch information