aboutsummaryrefslogtreecommitdiff
path: root/editors/mp/files/patch-mpv__qt4.cpp
blob: e8ef3659ce85686647fb0e73ef7c0b491e29d472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Fix forgotten renamed variable.

--- mpv_qt4.cpp.orig	2021-04-06 20:21:29 UTC
+++ mpv_qt4.cpp
@@ -518,7 +518,7 @@ static mpdm_t qt4_drv_idle(mpdm_t a, mpdm_t ctxt)
 
     window->area->timer->stop();
 
-    if (msecs)
+    if (idle_msecs)
         window->area->timer->start(idle_msecs);
 
     return NULL;