Skip to content

Commit

Permalink
修复扫描方向选项
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxiaogang committed Jul 31, 2018
1 parent 3273942 commit 618ad5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FontMakerDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ void CFontMakerDlg::OnBnClickedBtnSave()
CString name;
CFileMaker maker;
CFileDialog fbox(0);
scan = IsDlgButtonChecked(IDC_BTN_SCAN1);
scan = IsDlgButtonChecked(IDC_BTN_SCAN2);
msb = IsDlgButtonChecked(IDC_BTN_MSB);
var = IsDlgButtonChecked(IDC_BTN_VW);
if(fbox.DoModal()==IDOK)
Expand Down
Binary file modified Release/FontMaker-V1.2.0.zip
Binary file not shown.

0 comments on commit 618ad5d

Please sign in to comment.