LAPTOP-T815PCOQ\25526
2024-12-17 876ad153fd25c0605f516b0f3a6407999db69131
SourceCode/Bond/BondEq/View/AxisSettingsDlg.cpp
@@ -205,6 +205,10 @@
void CAxisSettingsDlg::AdjustLabelFont(CBLLabel& label)
{
   if (label.m_hWnd == nullptr) {
      return;
   }
   // 获取控件的矩形区域
   CRect rect;
   label.GetClientRect(&rect);