csexton / captured-mac

Captured
http://www.capturedapp.com
MIT License
5 stars 1 forks source link

Pref Window Doesn't Save Live Changes #13

Closed jorgev closed 13 years ago

jorgev commented 13 years ago

When changing values in the preferences windows, the changes are not saved unless the user tabs away or closes the window. This is a problem when testing connections, since the control retains the focus and the changes are not written to the user defaults.

csexton commented 13 years ago

I fixed this in IB by checking the "continuously updates value" under the bindings inspector for the text field.

How I felt when I found that:

Derp