Skip to content

Commit

Permalink
Merge pull request #4103 from ayeung/timob-13262-3_1_X
Browse files Browse the repository at this point in the history
timob-13262: set default text to ""
  • Loading branch information
pingwang2011 committed Apr 5, 2013
2 parents 9fe38f5 + 243a806 commit 1070fc3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ public void processProperties(KrollDict d)
}
if (d.containsKey(TiC.PROPERTY_VALUE)) {
tv.setText(d.getString(TiC.PROPERTY_VALUE));
} else {
tv.setText("");
}

if (d.containsKey(TiC.PROPERTY_COLOR)) {
Expand Down

0 comments on commit 1070fc3

Please sign in to comment.