mrDarker
2025-05-12 d256f84735b75529a640ca61384c3c55b557fce9
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);
   }
}