mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
Added 1ms delay to let system decorate Qt windows
This commit is contained in:
parent
b67c64e2c8
commit
7123d9c376
@ -994,6 +994,7 @@ void GuiReceiver::createWindow(QString name, int flags)
|
||||
|
||||
nb_windows++;
|
||||
new CvWindow(name, flags);
|
||||
cvWaitKey(1);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user