ofxDatGui icon indicating copy to clipboard operation
ofxDatGui copied to clipboard

ui displays incorrectly if ofSetRectMode(OF_RECT_MODE_CENTER) is set

Open lxinspc opened this issue 5 years ago • 0 comments

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.

lxinspc avatar May 05 '20 11:05 lxinspc