We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3050371 commit 8f19c31Copy full SHA for 8f19c31
druid-shell/src/platform/gtk/window.rs
@@ -382,7 +382,7 @@ impl WindowBuilder {
382
state.request_animation.set(false);
383
let vbox = state.window.get_children().first().unwrap().clone()
384
.downcast::<gtk::Box>()
385
- .unwrap().clone();
+ .unwrap();
386
let first_child = vbox.get_children().last().unwrap().clone();
387
if first_child.is::<gtk::DrawingArea>() {
388
first_child.queue_draw();
0 commit comments