Place both the waveform component and the zoomscrollbar inside the tab component page. Needs a bit more tweaking.

This commit is contained in:
xenakios
2018-02-27 22:15:14 +02:00
parent 65bdd1ce91
commit 3dfb6a3c80
2 changed files with 13 additions and 10 deletions

View File

@ -232,6 +232,7 @@ private:
zoom_scrollbar m_zs;
EnvelopeComponent m_free_filter_component;
TabbedComponent m_wavefilter_tab;
Component* m_wave_container=nullptr;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (PaulstretchpluginAudioProcessorEditor)
};