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

Bug with text layers #4

Open
hrescak opened this issue Jun 28, 2015 · 0 comments
Open

Bug with text layers #4

hrescak opened this issue Jun 28, 2015 · 0 comments

Comments

@hrescak
Copy link
Owner

hrescak commented Jun 28, 2015

Sometimes when re-positioning layers, the text layer changes size. Temporary fix is re-opening the file, after which it doesn't happen anymore. the text doesn't resize if the positioning code is commented out from the layoutElementsRecursively function:

var positionRect = currentLayer.rect();
    positionRect.origin.x = relativeX;
    positionRect.origin.y = relativeY;
    currentLayer.setRect(positionRect);
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

No branches or pull requests

1 participant