Added 1ms delay to let system decorate Qt windows

This commit is contained in:
Dmitry Kurtaev 2017-08-23 14:56:54 +03:00
parent b67c64e2c8
commit 7123d9c376

View File

@ -994,6 +994,7 @@ void GuiReceiver::createWindow(QString name, int flags)
nb_windows++;
new CvWindow(name, flags);
cvWaitKey(1);
}