Skip to content

Commit 179ef0a

Browse files
committed
Merge pull request opencv#9429 from StevenPuttemans:fix_9404
2 parents 89172c0 + 9b173e2 commit 179ef0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/highgui/include/opencv2/highgui.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ panel.
592592
593593
@param trackbarname Name of the trackbar.
594594
@param winname Name of the window that is the parent of trackbar.
595-
@param minval New maximum position.
595+
@param minval New minimum position.
596596
*/
597597
CV_EXPORTS_W void setTrackbarMin(const String& trackbarname, const String& winname, int minval);
598598

0 commit comments

Comments
 (0)