guix icon indicating copy to clipboard operation
guix copied to clipboard

bug about guix\samples\demo_guix_car_infotainment\volume_screen_base.c

Open wlyly1 opened this issue 3 years ago • 0 comments

UINT volume_progress_bar_event_process(GX_PROGRESS_BAR bar, GX_EVENT event_ptr) { ............ // this should be fixed like this: VOLUME_SCREEN_BASE_CONTROL_BLOCK *base = (VOLUME_SCREEN_BASE_CONTROL_BLOCK *)bar->gx_widget_parent->gx_widget_parent->gx_widget_parent;

wlyly1 avatar Jun 21 '22 04:06 wlyly1