Fixing the bug #4244 that I just reported in code.opencv.org

pull/3843/head
Luis Díaz Más 10 years ago
parent 2c9547e314
commit d14a1de947
  1. 2
      modules/highgui/src/window_QT.cpp

@ -1848,7 +1848,7 @@ bool CvWindow::isOpenGl()
void CvWindow::setViewportSize(QSize _size)
{
myView->getWidget()->resize(_size);
resize(_size);
myView->setSize(_size);
}

Loading…
Cancel
Save