tsdconseil / opencv-demonstrator

OpenCV demonstrator (GUI)
http://www.tsdconseil.fr/log/opencv/demo/index-en.html
GNU Lesser General Public License v3.0
141 stars 57 forks source link

Spinner box value not showing. #54

Closed applemuncy closed 8 years ago

applemuncy commented 8 years ago

In Spinner box widget the value is either transparent or the same color as the background. Only by selecting with the mouse does it become visible.

opencv-demo

juliena82 commented 8 years ago

Ooops! Not so easy to use then, if it's invisible! The problem does not appear on Windows, but only on Linux. I may have an idea why. By the way, I see that the image selection window title is in french, not normal ;) will try to fix that too...

applemuncy commented 8 years ago

Yes, I had not noticed.

juliena82 commented 8 years ago

Ok, both bugs are now fixed with last commits. Thanks for your feedback!

applemuncy commented 8 years ago

Fixed, thanks.