| 107 | } |
| 108 | |
| 109 | void GuiPopUpBackgroundCtrlEx::onMouseDown(const GuiEvent &event) |
| 110 | { |
| 111 | // mTextList->setSelectedCell(Point2I(-1,-1)); // Removed |
| 112 | mPopUpCtrl->mBackgroundCancel = true; // Set that the user didn't click within the text list. Replaces the line above. |
| 113 | mPopUpCtrl->closePopUp(); |
| 114 | } |
| 115 | |
| 116 | //------------------------------------------------------------------------------ |
| 117 | GuiPopupTextListCtrlEx::GuiPopupTextListCtrlEx() |
nothing calls this directly
no test coverage detected