forked from organicmaps/organicmaps
fix: restore timer functor on window handle destruction
This commit is contained in:
parent
25b0b12201
commit
c427ac9659
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ void WindowHandle::checkedFrameFn()
|
|||
WindowHandle::~WindowHandle()
|
||||
{
|
||||
m_videoTimer->stop();
|
||||
m_videoTimer->setFrameFn(m_frameFn);
|
||||
}
|
||||
|
||||
bool WindowHandle::needRedraw() const
|
||||
|
|
Loading…
Add table
Reference in a new issue