From 4d6ec7cd34dbe70f2981d616b11b9f73463c30c5 Mon Sep 17 00:00:00 2001 From: "chunmao.guo" Date: Tue, 13 Sep 2022 09:42:16 +0800 Subject: [PATCH] FIX: only auto play live video on had started playing Change-Id: Ic54bcb00ea312f08b4ec43123a031a0cffde5850 --- src/slic3r/GUI/MediaPlayCtrl.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/slic3r/GUI/MediaPlayCtrl.cpp b/src/slic3r/GUI/MediaPlayCtrl.cpp index 7a8195361..a1a9d0272 100644 --- a/src/slic3r/GUI/MediaPlayCtrl.cpp +++ b/src/slic3r/GUI/MediaPlayCtrl.cpp @@ -37,9 +37,9 @@ MediaPlayCtrl::MediaPlayCtrl(wxWindow *parent, wxMediaCtrl2 *media_ctrl, const w media_proc(); }); -#if BBL_RELEASE_TO_PUBLIC - m_next_retry = wxDateTime::Now(); -#endif +//#if BBL_RELEASE_TO_PUBLIC +// m_next_retry = wxDateTime::Now(); +//#endif auto onShowHide = [this](auto &e) { e.Skip();