Skip to content

Commit

Permalink
Merge pull request mitchellsimoens#12 from intellix/patch-2
Browse files Browse the repository at this point in the history
If you declare an iconAlign, at the time of setting it there is no text ...
  • Loading branch information
mitchellsimoens committed Jun 18, 2012
2 parents 15b6f71 + 753f190 commit 3d2357b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Ux/locale/override/st/Button.js
Expand Up @@ -22,6 +22,7 @@ Ext.define('Ux.locale.override.st.Button', {

if (Ext.isString(text)) {
me.setText(text);
me.refreshIconAlign();
}
}

Expand Down

0 comments on commit 3d2357b

Please sign in to comment.