Commit 7123d9c3 authored by Dmitry Kurtaev's avatar Dmitry Kurtaev

Added 1ms delay to let system decorate Qt windows

parent b67c64e2
......@@ -994,6 +994,7 @@ void GuiReceiver::createWindow(QString name, int flags)
nb_windows++;
new CvWindow(name, flags);
cvWaitKey(1);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment