rezaali / ofxUI

[DEPRECATED] UI Addon for openFrameworks
http://www.syedrezaali.com/#/ofxui-project-showcase/
518 stars 202 forks source link

CustomImageButton is being included in examples. #224

Open BananasGoMoo opened 9 years ago

BananasGoMoo commented 9 years ago

Hello, I am using Code::Blocks on Windows 7. Some of the packaged examples include a file called "CustomImageButton"(.cpp and .h).

This file does not exist in the repository, so it does not compile. Not sure what it was supposed to be, but I thought I'd give a heads up that at least some of the examples don't work (I tried AllWidgets and TabBar).

None of the projects seem to use a class called that, so I assume it was just a mistake removing the includes from some point in the past.

EDIT: Also, UIIntSlider is included, which also doesn't exist.

bdice commented 9 years ago

I have replicated the issue. I can confirm that removing those two files from the CodeBlocks project file fixes the issue (I removed them manually, deleting lines in the XML).