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

VideoTileLabel.width() changes drastically, causing premature elision. #39

Open
BluABK opened this issue Apr 7, 2019 · 0 comments
Open
Labels
bug Something isn't working gui hotfixed A (likely temporary) workaround has been implemented

Comments

@BluABK
Copy link
Owner

BluABK commented Apr 7, 2019

When called during init self.width() has e.g. 640, but when later called self.width() has suddenly changed to 209, thus causing earlier and earlier cutoff.

Hotfixed by disabling elision by default and instead explicitly using it during init only.

@BluABK BluABK added bug Something isn't working gui hotfixed A (likely temporary) workaround has been implemented labels Apr 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gui hotfixed A (likely temporary) workaround has been implemented
Projects
None yet
Development

No branches or pull requests

1 participant