separate CallbackData and CallbackDataCommon, refactoring

This commit is contained in:
Aleksander
2025-07-02 22:06:19 +02:00
parent 40f50a147b
commit 283d7fd64e
7 changed files with 233 additions and 148 deletions

View File

@@ -90,7 +90,7 @@ where
panel.listeners.add(
widget_id,
EventListenerKind::InternalStateChange,
Box::new(move |data, _, _| {
Box::new(move |_common, data, _, _| {
clock_on_tick(&clock, data);
}),
);