mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2026-02-02 19:30:03 -05:00
Prevent from resizing in initialization process
This commit is contained in:
@ -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)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user