keyboard progress & refactors
This commit is contained in:
@@ -57,7 +57,7 @@ impl ParserResult {
|
||||
}
|
||||
|
||||
pub fn process_template(
|
||||
&self,
|
||||
&mut self,
|
||||
template_name: &str,
|
||||
layout: &mut Layout,
|
||||
widget_id: WidgetID,
|
||||
@@ -90,6 +90,10 @@ impl ParserResult {
|
||||
widget_id,
|
||||
)?;
|
||||
|
||||
ctx.ids.into_iter().for_each(|(id, key)| {
|
||||
self.ids.insert(id, key);
|
||||
});
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user