MCPcopy Create free account
hub / github.com/SOUI2/soui / OnScaleChanged

Method OnScaleChanged

SOUI/src/control/SComboBox.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

SSendMessageMethod · 0.80
GetScaleFunction · 0.50

Tested by

no test coverage detected