Fix word wrapping
When displaying text widgets containing tabs, the calculated width would not take those tabs into account and the widget would thus display incorrectly. Fixed by updating toss so its width functions are tab-aware and word wrapping is fixed as well.
This commit is contained in:
parent
8374552715
commit
a958ccaccf
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ features = ["rustls-tls-native-roots"]
|
|||
|
||||
[dependencies.toss]
|
||||
git = "https://github.com/Garmelon/toss.git"
|
||||
rev = "d186291ef7f8d94963638c88446726d6375961b1"
|
||||
rev = "5957e8e5508a3772b2229fc9d8ac30ce4173d356"
|
||||
|
||||
# [patch."https://github.com/Garmelon/toss.git"]
|
||||
# toss = { path = "../toss/" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue