When you updating from 1.0.x to version 1.1.x, you have to consider that you need to fix errors that caused due to changes in the initialization process in the most of the preferences:
TextPreferences
could be now initialize only withtextColorType
,font
andverticalOffset
, other parameters should be changed after initialization;ImagePreferences
could be now initialize only withpreferedSize
andverticalOffset
, other parameters should be changed after initialization;WheelPreferences
could be now initialize only withcirclePreferences
,slicePreferences
andstartPosition
, other parameters should be changed after initialization;SpinButtonPreferences
could be now initialize only withsize
,horizontalOffset
andverticalOffset
, other parameters should be changed after initialization;PinImageViewPreferences
could be now initialize only withsize
,position
,horizontalOffset
andverticalOffset
, other parameters should be changed after initialization;AnchorImage
could be now initialize only withsize
,imageName
, andverticalOffset
, other parameters should be changed after initialization;