1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

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
+1
View File
@@ -994,6 +994,7 @@ void GuiReceiver::createWindow(QString name, int flags)
nb_windows++;
new CvWindow(name, flags);
cvWaitKey(1);
}