Dovyski / cvui

A (very) simple UI lib built on top of OpenCV drawing primitives
https://dovyski.github.io/cvui/
MIT License
832 stars 213 forks source link

Fixes #81 #83

Closed bonukai closed 5 years ago

bonukai commented 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

bonukai commented 5 years ago

Duplicate of #77

Dovyski commented 5 years ago

Thank you for the contribution anyway! 😄