ofxDatGui
ofxDatGui copied to clipboard
ui displays incorrectly if ofSetRectMode(OF_RECT_MODE_CENTER) is set
If you set OF_RECT_MODE_CENTER as part of your drawing, and don't reset to OF_RECT_MODE_CORNER or use a push/popStyle around it then the UI draws incorrectly, with the background being drawn as entered rectangles.