SourceCode/Bond/Servo/ServoDlg.cpp
@@ -840,7 +840,7 @@ { ASSERT(0 <= index && index < 4); static CWnd* pPages[] = { m_pPageGraph1, m_pPageGraph2, m_pPageGraph3, m_pPageGraph4 }; for (int i = 0; i < 3; i++) { for (int i = 0; i < 4; i++) { pPages[i]->ShowWindow(i == index ? SW_SHOW : SW_HIDE); } }