Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make sure default property is initialized last, fix #162
When importing from JSON, in the case of choosers, the selected item(s) was/where set before the actual items, and thus ignored by the Swing widget. This makes sure that the default property (which is usually the main setter) gets set last.
- Loading branch information