ofTheo / ofxControlPanel

A flexible control panel based gui addon for openFrameworks
93 stars 46 forks source link

Automatically select panel when adding a panel #5

Open vanderlin opened 14 years ago

vanderlin commented 14 years ago

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

ofTheo commented 14 years ago

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.

vanderlin commented 14 years ago

hmm good point - guess its just a preference