Skip to content

Commit

Permalink
Fix unreported bug: initialize the 'show icon' setting, otherwise wil…
Browse files Browse the repository at this point in the history
…l randomly draw the icon when the setting not stored in the registry
  • Loading branch information
fire-eggs committed Jan 26, 2023
1 parent e4b9c0d commit a7b0966
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CBXShell/cbxArchive.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ class CCBXArchive
CCBXArchive()
{
m_bSort=TRUE;//default
m_showIcon = FALSE;
//GetRegSettings();
m_thumbSize.cx=m_thumbSize.cy=0;
m_cbxType=CBXTYPE_NONE;
Expand Down

0 comments on commit a7b0966

Please sign in to comment.