Skip to content

Commit

Permalink
Merge pull request #27 from chrbir/master
Browse files Browse the repository at this point in the history
showHeader -> setShowHeader
  • Loading branch information
frauzufall committed Feb 24, 2016
2 parents dae418f + 495b484 commit 77c512f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examplePages/src/ofApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void ofApp::setupPage1() {
void ofApp::setupPage2() {
panel2.setup("horizontal", "", 260, 10);
panel2.setAlignHorizontal();
panel2.showHeader(false);
panel2.setShowHeader(false);
ofParameter<bool> toggle2_param, toggle3_param, toggle4_param;
panel2.add(new ofxMinimalToggle(toggle2_param.set("toggle2", false), 0, 30));
panel2.add(new ofxMinimalToggle(toggle3_param.set("toggle3", false), 0, 30));
Expand Down

0 comments on commit 77c512f

Please sign in to comment.