I'm changing a label field (inside a TableViewRow) to a value via a textfield in another window and it works fine. I then have an option to clear the label back to its original state. When it resets, it creates an ellipsis on the original label content.
So for example, if my label is "Date & Time" and I use a textfield to change it to "2012-10-03" and then reset it back to "Date & Time", the label turns into "Date &...". The label does not have ellipsize set to true.
How can I get around this?
Your Answer
Think you can help? Login to answer this question!