| 157 | } |
| 158 | |
| 159 | void GuiPopupTextListCtrl::onMouseUp(const GuiEvent &event) |
| 160 | { |
| 161 | Parent::onMouseUp( event ); |
| 162 | mPopUpCtrl->closePopUp(); |
| 163 | } |
| 164 | |
| 165 | //------------------------------------------------------------------------------ |
| 166 | void GuiPopupTextListCtrl::onRenderCell(Point2I offset, Point2I cell, bool selected, bool mouseOver) |
nothing calls this directly
no test coverage detected