Skip to content

Commit 88820d8

Browse files
authored
Merge pull request #150 from ligenxxxx/fix-camera-menu-brightness-display
fix camera menu brightness item display
2 parents 468a53a + 1f5f65b commit 88820d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/camera.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,10 @@ uint8_t camera_status_update(uint8_t op) {
650650
case CAM_STATUS_IDLE:
651651
if (op == BTN_MID) {
652652
reset_isp_need = 0;
653-
camera_menu_cursor_update(0);
654653
camera_menu_long_press(op, last_op, 1);
655654

656655
camMenuStatus = CAM_STATUS_PROFILE;
656+
camera_menu_cursor_update(0);
657657
}
658658
break;
659659

0 commit comments

Comments
 (0)