Update control_panel.rs

fixed issue where i didnt put anything into a child function call
This commit is contained in:
michael-bailey 2020-09-27 16:56:09 +01:00 committed by michael bailey
parent 28694107d4
commit 9b5912f9eb
1 changed files with 3 additions and 1 deletions

View File

@ -57,7 +57,9 @@ pub fn control_panel(s: &mut Cursive) -> Box<dyn View> {
)
)
)
.child()
.child(
ListView::new()
)
)
)
)