Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-7574] Label bug fixes. #1409

Merged
merged 3 commits into from Feb 16, 2012
Merged

[TIMOB-7574] Label bug fixes. #1409

merged 3 commits into from Feb 16, 2012

Conversation

nebrius
Copy link
Contributor

@nebrius nebrius commented Feb 13, 2012

No description provided.

@@ -35,7 +35,7 @@ define(["Ti/_/declare", "Ti/_/dom", "Ti/_/lang", "Ti/_/ready", "Ti/_/style", "Ti
index != -1 && this._styleableDomNodes.splice(index,1);
},

_measureText: function(text, domNode) {
_measureText: function(text, domNode, fixedWidth) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need the "fixedWidth" argument if it's never used?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops. That was part of a failed attempt to handle a chicken-and-egg layout issue. I just forgot to remove it.

@cb1kenobi
Copy link
Contributor

Code reviewed and tested. Request accepted.

cb1kenobi added a commit that referenced this pull request Feb 16, 2012
@cb1kenobi cb1kenobi merged commit ca80084 into tidev:master Feb 16, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants