wgui: interactable components, rename TextLabel -> WidgetLabel
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::{
|
||||
components::button,
|
||||
components::{Component, button},
|
||||
drawing::Color,
|
||||
i18n::Translation,
|
||||
layout::WidgetID,
|
||||
@@ -69,7 +69,7 @@ pub fn parse_component_button<'a, U1, U2>(
|
||||
},
|
||||
)?;
|
||||
|
||||
process_component(file, ctx, node, component)?;
|
||||
process_component(file, ctx, node, Component(component))?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user