rezaali / ofxUI

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

Removed "autoUpdate" and "autoDraw" from ofxUICanvas #208

Closed customlogic closed 10 years ago

customlogic commented 10 years ago

Calling "setAutoUpdate()" or "setAutoDraw()" had no effect, so they were removed. To disable draw and update callbacks, use disableAppDrawCallback() and disableAppUpdateCallback() instead (part of ofxUIOFWrapper). As discussed in #206

rezaali commented 10 years ago

Thanks @customlogic for the pull request, sorry I wasn't able to pull it in earlier, I went ahead and made the changes manually!