mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-17 11:04:16 -04: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