mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
Merge pull request #373 from ilysenkov:bugfix_2440
This commit is contained in:
@@ -58,6 +58,9 @@ void Foo(int /*k*/, void* /*z*/) {}
|
||||
|
||||
void CV_HighGuiOnlyGuiTest::run( int /*start_from */)
|
||||
{
|
||||
ts->printf(ts->LOG, "GUI 0\n");
|
||||
cvDestroyAllWindows();
|
||||
|
||||
ts->printf(ts->LOG, "GUI 1\n");
|
||||
namedWindow("Win");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user