Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Postpone relayouting during deserializing
During deserializing we're layouting all stuff. It can happen that a QWidget's min-size changes for whatever weird reason, and messes up our math. It's fine that min-size changes, but do it before layouting.
- Loading branch information