Skip to content

Commit

Permalink
Fix: プロポーショナルフォント
Browse files Browse the repository at this point in the history
[patchunicode:#713]


git-svn-id: https://svn.code.sf.net/p/sakura-editor/code/sakura/trunk2@4070 f7ce1907-e4c7-47ca-9f76-12c87ed2c91c
  • Loading branch information
novice123 committed Jan 10, 2016
1 parent 5e6e817 commit 8d6fbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sakura_core/typeprop/CPropTypesScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ INT_PTR CPropTypesScreen::DispatchEvent(
::EnableWindow( ::GetDlgItem( hwndDlg, IDC_EDIT_TYPENAME ), FALSE ); //設定の名前
::EnableWindow( ::GetDlgItem( hwndDlg, IDC_EDIT_TYPEEXTS ), FALSE ); //ファイル拡張子
}
UpDown_SetRange(::GetDlgItem(hwndDlg, IDC_SPIN_LINESPACE), LINESPACE_MAX, -LINESPACE_MAX);
UpDown_SetRange(::GetDlgItem(hwndDlg, IDC_SPIN_LINESPACE), -LINESPACE_MAX, LINESPACE_MAX);

return TRUE;
case WM_COMMAND:
Expand Down

0 comments on commit 8d6fbe0

Please sign in to comment.