mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AlertWindow: Store a SafePointer to the associatedComponent
This commit is contained in:
parent
6fb4d820a2
commit
fc32ca8641
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ private:
|
|||
OwnedArray<Component> textBlocks;
|
||||
Array<Component*> allComps;
|
||||
StringArray textboxNames, comboBoxNames;
|
||||
Component* const associatedComponent;
|
||||
SafePointer<Component> associatedComponent;
|
||||
bool escapeKeyCancels = true;
|
||||
float desktopScale = 1.0f;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue