mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #9025 from mshabunin:fix-static-3
This commit is contained in:
@@ -1617,6 +1617,10 @@ CV_IMPL void cvSetTrackbarPos( const char* trackbar_name, const char* window_nam
|
||||
if( pos > trackbar->maxval )
|
||||
pos = trackbar->maxval;
|
||||
}
|
||||
else
|
||||
{
|
||||
CV_ERROR( CV_StsNullPtr, "No trackbar found" );
|
||||
}
|
||||
|
||||
CV_LOCK_MUTEX();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user