1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Update window_gtk.cpp

Update miniflann.cpp

Update test_stereomatching.cpp
This commit is contained in:
Suleyman TURKMEN
2017-09-03 03:37:30 +03:00
parent 62c6656130
commit ee6aacee9c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ cvImageWidget_get_preferred_height (GtkWidget *widget, gint *minimal_height, gin
if(image_widget->scaled_image != NULL) {
*natural_height = *minimal_height < image_widget->scaled_image->rows ?
image_widget->scaled_image->cols : *minimal_height;
image_widget->scaled_image->rows : *minimal_height;
}
else {
*natural_height = *minimal_height;