ofTheo/ofxControlPanel

Automatically select panel when adding a panel

Opened this issue · 2 comments

when you add a panel like..

gui.addPanel("Vision", 3, false);

I think the current panel should be the one that you just added... thoughts

ahh - i tend to add all my panels at the beginning so I thought it logical to have the 0th panel selected. but I get what you are saying.

hmm good point - guess its just a preference