| 84 | } |
| 85 | |
| 86 | void GuiPopUpBackgroundCtrl::onMouseDown(const GuiEvent &event) |
| 87 | { |
| 88 | mPopUpCtrl->mBackgroundCancel = true; // Set that the user didn't click within the text list. Replaces the line above. |
| 89 | mPopUpCtrl->closePopUp(); |
| 90 | } |
| 91 | |
| 92 | //------------------------------------------------------------------------------ |
| 93 | GuiPopupTextListCtrl::GuiPopupTextListCtrl() |
nothing calls this directly
no test coverage detected