Skip to content

Commit

Permalink
PropEditorCompareMerge.cpp: Fix a crash when selecting the Compare/Me…
Browse files Browse the repository at this point in the history
…rge category in the Options dialog on x86 builds.
  • Loading branch information
sdottaka committed Apr 22, 2024
1 parent eee158e commit 3943a92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Src/PropEditorCompareMerge.cpp
Expand Up @@ -89,9 +89,6 @@ BOOL PropEditorCompareMerge::OnInitDialog()
LoadComboBoxStrings();
UpdateDataToWindow();
UpdateLineDiffControls();
#ifndef _WIN64
EnableDlgItem(IDC_RENDERING_MODE, false);
#endif

return TRUE; // return TRUE unless you set the focus to a control
// EXCEPTION: OCX Property Pages should return FALSE
Expand Down

0 comments on commit 3943a92

Please sign in to comment.