mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 05:57:04 +00:00
This could cause memory leaks and was unnecessarily verbose. CPPopUpButton , CPRadio and CPSegmentedControl now use a generic CPBinder method for searching the binder involved when the control is asked to reverse set the binding, typically after a user interaction. Fixes #2199 TODO: prevent user to bind multiple selection bindings when these bindings are exclusive.