Skip to content

Commit

Permalink
Add an end statement for the build_simple combobox function which was…
Browse files Browse the repository at this point in the history
… causing crashing
  • Loading branch information
jaynus committed Sep 6, 2019
1 parent 8a862ae commit 904bda9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget/combo_box.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ impl<'a> ComboBox<'a> {
result = true;
}
}
_cb.end(ui);
}
result
}
Expand Down

0 comments on commit 904bda9

Please sign in to comment.