We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
package main import ( lorem "github.com/drhodes/golorem" "fyne.io/fyne/v2" "fyne.io/fyne/v2/app" "fyne.io/fyne/v2/widget" ) func main() { a := app.New() w := a.NewWindow("Tester") e := widget.NewMultiLineEntry() e.Wrapping = fyne.TextWrapWord e.SetText(lorem.Paragraph(10, 15)) w.SetContent(e) w.ShowAndRun() }
The text was updated successfully, but these errors were encountered:
move the cursor when entry is resized
33badb0
Fixes fyne-io#3024
Resolved on develop branch ready for release
develop
Sorry, something went wrong.
andydotxyz
No branches or pull requests
To Reproduce:
Example code:
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: