sorry about monster commit
This commit is contained in:
@@ -16,7 +16,7 @@ where
|
||||
O: Default,
|
||||
{
|
||||
let state = BarState {};
|
||||
let mut panel = GuiPanel::new_from_template(app, "gui/bar.xml", state)?;
|
||||
let mut panel = GuiPanel::new_from_template(app, "gui/bar.xml", state, None)?;
|
||||
|
||||
for (id, _widget_id) in &panel.parser_state.ids {
|
||||
match id.as_ref() {
|
||||
|
||||
Reference in New Issue
Block a user