mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ComboBox: Added a repaint call to showPopupIfNotActive
This commit is contained in:
parent
98f4056d6e
commit
17275dbf8f
1 changed files with 2 additions and 0 deletions
|
|
@ -489,6 +489,8 @@ void ComboBox::showPopupIfNotActive()
|
|||
// showPopup asynchronously, we are giving the other popups a chance to properly
|
||||
// close themselves
|
||||
MessageManager::callAsync ([safePointer]() mutable { if (safePointer != nullptr) safePointer->showPopup(); });
|
||||
|
||||
repaint();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue