Skip to content

Commit

Permalink
Merge pull request #845 from beru/common_item_dialog_customize
Browse files Browse the repository at this point in the history
Vistaスタイルのファイルダイアログでカスタマイズ部分が表示されない場合がある問題の修正
  • Loading branch information
beru authored Apr 14, 2019
2 parents 555923f + a24f96a commit 9bb4c58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sakura_core/dlg/CDlgOpenFile_CommonItemDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ bool CDlgOpenFile_CommonItemDialog::DoModalOpenDlg(
}
m_bViewMode = pLoadInfo->bViewMode;
m_nCharCode = pLoadInfo->eCharCode; /* 文字コード自動判別 */
m_customizeSetting.bCustomize = true;
m_customizeSetting.bShowReadOnly = true;
m_customizeSetting.bSkipAutoDetect = false;
m_customizeSetting.bUseCharCode = bOptions;
Expand Down

0 comments on commit 9bb4c58

Please sign in to comment.