| 471 | // |
| 472 | |
| 473 | CMenuElementUI::CMenuElementUI(): |
| 474 | m_pWindow(NULL) |
| 475 | { |
| 476 | m_cxyFixed.cy = 25; |
| 477 | m_bMouseChildEnabled = true; |
| 478 | |
| 479 | SetMouseChildEnabled(false); |
| 480 | } |
| 481 | |
| 482 | CMenuElementUI::~CMenuElementUI() |
| 483 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected