projects
/
platform
/
upstream
/
opencv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c9547e
)
Fixing the bug #4244 that I just reported in code.opencv.org
author
Luis Díaz Más
<piponazo@gmail.com>
Wed, 18 Mar 2015 19:07:08 +0000
(20:07 +0100)
committer
Luis Díaz Más
<piponazo@gmail.com>
Wed, 18 Mar 2015 19:07:08 +0000
(20:07 +0100)
modules/highgui/src/window_QT.cpp
patch
|
blob
|
history
diff --git
a/modules/highgui/src/window_QT.cpp
b/modules/highgui/src/window_QT.cpp
index
02b4f70
..
b96d7cb
100644
(file)
--- a/
modules/highgui/src/window_QT.cpp
+++ b/
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);
}