Reapply initialization settings when reading 'SelectionProperty' (#788)
The problem was that SelectionProperty::readFrom recreates objects from scratch.
Some settings including limits are only initialized by SelectionProperty::initWithInitializer function called explicitly in few classes, but initWithInitializer was not called from readFrom.
Resolves #788 (closed)
Edited by Mikhail Svechnikov