[drape] crash fix. If user on mac press cmd+q, closeEvent comes twice

This commit is contained in:
ExMix 2015-07-29 21:01:25 +03:00 committed by r.kuznetsov
parent 1be68b2b55
commit ced224e1f7

View file

@ -106,6 +106,9 @@ bool IsLocationEmulation(QMouseEvent * e)
void DrawWidget::PrepareShutdown()
{
if (!m_contextFactory)
return;
// Discard current and all future Swap requests
m_contextFactory->shutDown();
frameSwappedSlot(NotInitialized);