|
|
@@ -68132,9 +68132,11 @@ public: |
|
|
|
|
|
|
|
|
void inputAttemptWhenModal() |
|
|
void inputAttemptWhenModal() |
|
|
{ |
|
|
{ |
|
|
|
|
|
Component::SafePointer<Component> deletionChecker (this); |
|
|
|
|
|
|
|
|
timerCallback(); |
|
|
timerCallback(); |
|
|
|
|
|
|
|
|
if (! isOverAnyMenu()) |
|
|
|
|
|
|
|
|
if (deletionChecker != 0 && ! isOverAnyMenu()) |
|
|
{ |
|
|
{ |
|
|
if (componentAttachedTo != 0) |
|
|
if (componentAttachedTo != 0) |
|
|
{ |
|
|
{ |
|
|
|