MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / DisplayOctave

Method DisplayOctave

Source/MainFrm.cpp:856–860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854}
855
856void CMainFrame::DisplayOctave()
857{
858 CComboBox *pOctaveList = static_cast<CComboBox*>(m_wndOctaveBar.GetDlgItem(IDC_OCTAVE));
859 pOctaveList->SetCurSel(GetSelectedOctave()); // // //
860}
861
862CFamiTrackerDoc &CMainFrame::GetDoc() { // // //
863 auto pDoc = dynamic_cast<CFamiTrackerDoc *>(GetActiveDocument());

Callers 1

OnInitialUpdateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected