fix: restore timer functor on window handle destruction

This commit is contained in:
Constantin Shalnev 2015-03-20 13:45:58 +03:00 committed by Alex Zolotarev
parent 25b0b12201
commit c427ac9659

View file

@ -41,6 +41,7 @@ void WindowHandle::checkedFrameFn()
WindowHandle::~WindowHandle()
{
m_videoTimer->stop();
m_videoTimer->setFrameFn(m_frameFn);
}
bool WindowHandle::needRedraw() const