From bd9c3aec81e98507e6651861bf74a39e1c227e15 Mon Sep 17 00:00:00 2001 From: griffi-gh Date: Mon, 25 Mar 2024 02:31:57 +0100 Subject: [PATCH] upd slider --- hui-examples/examples/ui_test_7_9patch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hui-examples/examples/ui_test_7_9patch.rs b/hui-examples/examples/ui_test_7_9patch.rs index 5979f8e..ee69cd8 100644 --- a/hui-examples/examples/ui_test_7_9patch.rs +++ b/hui-examples/examples/ui_test_7_9patch.rs @@ -81,7 +81,7 @@ ui_main!( .with_handle_size((20., 1.)) .with_handle(NinePatchFrame::from_asset(*asset).with_color(color::CYAN)) .with_track(NinePatchFrame::from_asset(*asset)) - .with_track_active(color::TRANSPARENT) + .with_track_active(NinePatchFrame::from_asset(*asset).with_color(color::SKY_BLUE)) .on_change(SetValue) .add_child(ui); })