summaryrefslogtreecommitdiffstats
path: root/player/discnav.c
diff options
context:
space:
mode:
Diffstat (limited to 'player/discnav.c')
-rw-r--r--player/discnav.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/player/discnav.c b/player/discnav.c
index e15ecce7f5..d66b569d4b 100644
--- a/player/discnav.c
+++ b/player/discnav.c
@@ -125,7 +125,8 @@ void mp_nav_init(struct MPContext *mpctx)
MP_VERBOSE(mpctx->nav_state, "enabling\n");
- mp_input_enable_section(mpctx->input, "discnav", 0);
+ mp_input_enable_section(mpctx->input, "discnav",
+ MP_INPUT_ALLOW_VO_DRAGGING | MP_INPUT_ALLOW_HIDE_CURSOR);
update_state(mpctx);
}