hecrj / coffee

An opinionated 2D game engine for Rust
https://docs.rs/coffee
MIT License
1.08k stars 55 forks source link

Where can i "signal" refresh requirement of my widget ? #132

Open buxx opened 4 years ago

buxx commented 4 years ago

Hello,

I wrote a very basic text input here: https://github.com/buxx/rollgui/blob/master/src/ui/widget/text_input.rs

But I have a little bug: When text is larger than size, words are correctly put at the next line, but this line is invisible. If I resize window, line is visible:

resize-2

What can I do to fix this ?