Skip to content

Conversation

@verosys
Copy link
Contributor

@verosys verosys commented Mar 6, 2024

In the music demo, the button to go to the previous title (located to the left of the play button) is not clickable.

Root cause of this problem: The flag 'LV_OBJ_FLAG_CLICKABLE' is not set for this button.

Solution: In the file 'lv_demo_music_main.c' the following line must be added after line 588:
lv_obj_add_flag(icon, LV_OBJ_FLAG_CLICKABLE); // Make the prev button clickable

verosys added 2 commits March 6, 2024 09:33
In the music demo, the button to go to the previous title (located to the left of the play button) is not clickable.

Root cause of this problem: The flag 'LV_OBJ_FLAG_CLICKABLE' is not set for this button.
@FASTSHIFT FASTSHIFT changed the title Bugfix: The previous button in the music demo is not clickable fix(demo_music): fix the previous button in the music demo is not clickable Mar 7, 2024
@FASTSHIFT FASTSHIFT merged commit 5764436 into lvgl:master Mar 7, 2024
HongChao6 pushed a commit to HongChao6/lvgl that referenced this pull request Oct 18, 2024
HongChao6 pushed a commit to HongChao6/lvgl that referenced this pull request Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants