Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/addsetting.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10219 by zmatsuo, Wed Aug 31 14:24:38 2022 UTC revision 10222 by zmatsuo, Thu Sep 1 13:44:17 2022 UTC
# Line 1152  void CVisualPropPageDlg::OnOK() Line 1152  void CVisualPropPageDlg::OnOK()
1152          }          }
1153    
1154          // Underline Attr          // Underline Attr
1155          if (((ts.FontFlag & FF_URLUNDERLINE) != 0) != GetCheck(IDC_ENABLE_ATTR_FONT_UNDERLINE)) {          if (((ts.FontFlag & FF_UNDERLINE) != 0) != GetCheck(IDC_ENABLE_ATTR_FONT_UNDERLINE)) {
1156                  ts.FontFlag ^= FF_UNDERLINE;                  ts.FontFlag ^= FF_UNDERLINE;
1157          }          }
1158          if (((ts.ColorFlag & CF_UNDERLINE) != 0) != GetCheck(IDC_ENABLE_ATTR_COLOR_UNDERLINE)) {          if (((ts.ColorFlag & CF_UNDERLINE) != 0) != GetCheck(IDC_ENABLE_ATTR_COLOR_UNDERLINE)) {

Legend:
Removed from v.10219  
changed lines
  Added in v.10222

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26