Closed bonukai closed 5 years ago
Fixes bug #81. This line is not necessary cv::rectangle(aOverlay, theContent, cv::Scalar(0x31, 0x31, 0x31), CVUI_FILLED);, as it is correctly used in here
cv::rectangle(aOverlay, theContent, cv::Scalar(0x31, 0x31, 0x31), CVUI_FILLED);
Duplicate of #77
Thank you for the contribution anyway! 😄
Fixes bug #81. This line is not necessary
cv::rectangle(aOverlay, theContent, cv::Scalar(0x31, 0x31, 0x31), CVUI_FILLED);
, as it is correctly used in here