Closed FriederHannenheim closed 11 months ago
Thank you for the bug report. This was a regression that slipped into 1.3.1. It's fixed in #4028. You can either work around it by pinning to 1.3.0, or you could switch to git builds. We will release 1.3.2 very soon that includes the fix.
Duplicate of #4027
I have made the following project for demonstration purposes. When one types in the LineEdit the callback should be called and "line edit was edited" should be printed. However when I do
cargo r
and type in the LineEdit nothing happens.My System