-
Notifications
You must be signed in to change notification settings - Fork 616
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
ScrollingArea text wrapping #401
Comments
My bad, |
I'm not fully satisfied with how I did scrolling areas in the current system anyway. Will keep open until that's resolved. |
Currently trying to calculate the scrolling canvas size for a text programatically:
Is there a better way to do this (without the first area)? Why is |
What's the correct approach for handling text-wrapping? |
On macOS, the text isn't getting wrapped at all (only newlines are handled):
GTK:
![bildschirmfoto 2018-07-18 um 13 00 12](https://user-images.githubusercontent.com/4586894/42877602-8c3e9410-8a8a-11e8-9155-db94a1f8270f.png)
Windows:
![scrolling ong](https://user-images.githubusercontent.com/4586894/42877640-a468387a-8a8a-11e8-9ad1-92356502c222.PNG)
Code:
The text was updated successfully, but these errors were encountered: