play-co / timestep

GNU General Public License v3.0
16 stars 27 forks source link

fix TextEditView issue on linear layout #21

Closed jishnu7 closed 11 years ago

jishnu7 commented 11 years ago

TextView inside TextEditView was broken in linear layout, because superview parameter was taking from options given to TextEditView.

This commit will fix that issue. Here before passing options to TextView, we are merging it with default value, which will override superview.

chris-gc commented 11 years ago

Merged upstream, will release today