You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pace in the book ist here a bit fast for me (compared to the beginning). So I just copied "gtk4-rs/book/listings/list_widgets/5/" to explore the execution when changing something. If you compile the complete example and double click on one item the list will be shorter. I understood that double clicking should change the value in the displayed IntegerObject. But the entry just vanishes. It becomes clearer if you reduce the number of IntegerObjects at the beginning e.g.
// Create a `Vec<IntegerObject>` with numbers from 0 to 100_000
let vector: Vec<IntegerObject> = (0..=40).map(IntegerObject::new).collect();
The text was updated successfully, but these errors were encountered:
Maikel1963
changed the title
Book: Capter 9...Expressions: Strange behaviour of List on double-click
Book: Chapter 9...Expressions: Strange behaviour of List on double-click
Feb 7, 2024
The pace in the book ist here a bit fast for me (compared to the beginning). So I just copied "gtk4-rs/book/listings/list_widgets/5/" to explore the execution when changing something. If you compile the complete example and double click on one item the list will be shorter. I understood that double clicking should change the value in the displayed IntegerObject. But the entry just vanishes. It becomes clearer if you reduce the number of IntegerObjects at the beginning e.g.
The text was updated successfully, but these errors were encountered: