Skip to content

Commit

Permalink
fixing submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
davispolito committed Nov 15, 2024
1 parent 4313a65 commit e443418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ target_link_libraries("${PROJECT_NAME}" PRIVATE
SharedCode

Melatonin::Perfetto
jcf_debug
)


Expand Down
3 changes: 2 additions & 1 deletion source/interface/FullInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ FullInterface::FullInterface(SynthGuiData* synth_data) : SynthSection("full_inte
main_ = std::make_unique<MainSection>(data->tree.getChildWithName(IDs::PIANO), data->um, open_gl_, data);
addSubSection(main_.get());
main_->addListener(this);
valueTreeDebugger = new ValueTreeDebugger(data->tree);
valueTreeDebugger = new
ValueTreeDebugger(data->tree);

// inspectButton = std::make_unique<OpenGlToggleButton>("Inspect the UI");
// addAndMakeVisible(inspectButton.get());
Expand Down

0 comments on commit e443418

Please sign in to comment.