Prevent from resizing in initialization process

This commit is contained in:
Takeshi Yokemura
2021-05-16 22:29:55 +09:00
parent 1245490e52
commit 2b0da1a0b4
2 changed files with 8 additions and 1 deletions

View File

@ -51,6 +51,8 @@ private:
std::unique_ptr<BendParamsComponent> bendCompo;
std::unique_ptr<SweepParamsComponent> sweepCompo;
std::unique_ptr<VibratoParamsComponent> vibCompo;
bool isComponentsReady;
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (Magical8bitPlug2AudioProcessorEditor)
};