summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index a83346b8d2..44ade04d29 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -814,12 +814,12 @@ static bool handle_shift(int *ds, int *dc, int numentries,
814 break; 814 break;
815 815
816 816
817 case TREE_RUN: 817 case TREE_RUN | BUTTON_REL:
818#ifdef TREE_RC_PLAY 818#ifdef TREE_RC_PLAY
819 case TREE_RC_RUN: 819 case TREE_RC_RUN:
820#endif 820#endif
821#ifdef TREE_SHIFT 821#ifdef TREE_SHIFT
822 case TREE_SHIFT | TREE_RUN: 822 case TREE_SHIFT | TREE_RUN | BUTTON_REL:
823#endif 823#endif
824 { 824 {
825 int onplay_result; 825 int onplay_result;