summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/client_api_examples/qt_opengl/mpvwidget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/client_api_examples/qt_opengl/mpvwidget.cpp b/DOCS/client_api_examples/qt_opengl/mpvwidget.cpp
index 2f3bf7e200..16b800995c 100644
--- a/DOCS/client_api_examples/qt_opengl/mpvwidget.cpp
+++ b/DOCS/client_api_examples/qt_opengl/mpvwidget.cpp
@@ -47,6 +47,7 @@ MpvWidget::MpvWidget(QWidget *parent, Qt::WindowFlags f)
MpvWidget::~MpvWidget()
{
+ makeCurrent();
if (mpv_gl)
mpv_opengl_cb_set_update_callback(mpv_gl, NULL, NULL);
// Until this call is done, we need to make sure the player remains