Label creates ellipsis when reverting back to original text

You must Login before you can answer or comment on any questions.

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?

— asked 8 months ago by Adam Zwakenberg
1 Comment
  • I should note that this happens even if I try to reset a row that didn't change, it ellipsis the text when I do any kind of label.text = 'foobar'

    — commented 8 months ago by Adam Zwakenberg

Your Answer

Think you can help? Login to answer this question!