| 126 | } |
| 127 | |
| 128 | void SComboBox::OnScaleChanged(int nScale) |
| 129 | { |
| 130 | __super::OnScaleChanged(nScale); |
| 131 | if(m_pListBox) |
| 132 | m_pListBox->SSendMessage(UM_SETSCALE, GetScale()); |
| 133 | } |
| 134 | |
| 135 | HRESULT SComboBox::OnLanguageChanged() |
| 136 | { |
nothing calls this directly
no test coverage detected