sliders (wip), fix wlx build

This commit is contained in:
Aleksander
2025-06-28 19:28:05 +02:00
parent 28d58fef59
commit 9d0c0f015c
15 changed files with 323 additions and 60 deletions

View File

@@ -7,9 +7,9 @@ use crate::{
widget::text::{TextLabel, TextParams},
};
pub fn parse_widget_label<'a>(
pub fn parse_widget_label<'a, U1, U2>(
file: &'a ParserFile,
ctx: &mut ParserContext,
ctx: &mut ParserContext<U1, U2>,
node: roxmltree::Node<'a, 'a>,
parent_id: WidgetID,
) -> anyhow::Result<()> {