|
@@ -958,8 +958,6 @@ public: |
|
|
if (popupDisplay == nullptr)
|
|
|
if (popupDisplay == nullptr)
|
|
|
showPopupDisplay();
|
|
|
showPopupDisplay();
|
|
|
|
|
|
|
|
|
updatePopupDisplay (getValue());
|
|
|
|
|
|
|
|
|
|
|
|
if (popupDisplay != nullptr)
|
|
|
if (popupDisplay != nullptr)
|
|
|
popupDisplay->startTimer (2000);
|
|
|
popupDisplay->startTimer (2000);
|
|
|
}
|
|
|
}
|
|
@@ -977,6 +975,8 @@ public: |
|
|
{
|
|
|
{
|
|
|
popupDisplay = new PopupDisplayComponent (owner);
|
|
|
popupDisplay = new PopupDisplayComponent (owner);
|
|
|
|
|
|
|
|
|
|
|
|
updatePopupDisplay (getValue());
|
|
|
|
|
|
|
|
|
if (parentForPopupDisplay != nullptr)
|
|
|
if (parentForPopupDisplay != nullptr)
|
|
|
parentForPopupDisplay->addChildComponent (popupDisplay);
|
|
|
parentForPopupDisplay->addChildComponent (popupDisplay);
|
|
|
else
|
|
|
else
|
|
|