Closed unixpickle closed 10 years ago
After initializing an RSColorPickerView, I would expect to be able to immediately call setSelectionColor:. However, calling this has no effect until after the picker view has received a didMoveToWindow call.
RSColorPickerView
setSelectionColor:
didMoveToWindow
I started looking into this. I am wondering if this was simply a side effect from your issue #35. I cannot reproduce the problem in e159733.
Closing this as I think it was fixed as a side affect previously.
After initializing an
RSColorPickerView
, I would expect to be able to immediately callsetSelectionColor:
. However, calling this has no effect until after the picker view has received adidMoveToWindow
call.