Skip to content

Commit

Permalink
Merge pull request #40 from pec1985/timob-13912
Browse files Browse the repository at this point in the history
Fixed height
  • Loading branch information
Russ McMahon committed May 18, 2013
2 parents d517bed + 4810564 commit 5eceecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tibb/NativeControlObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ int NativeControlObject::setHeight(TiObject* obj)
return NATIVE_ERROR_OK;
}

updateLayoutProperty(Width, obj);
updateLayoutProperty(Height, obj);

return NATIVE_ERROR_OK;
}
Expand Down

0 comments on commit 5eceecc

Please sign in to comment.