From a7b096685b2acc480164893e3a85c2edcbd0adb2 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 26 Jan 2023 10:59:24 -0500 Subject: [PATCH] Fix unreported bug: initialize the 'show icon' setting, otherwise will randomly draw the icon when the setting not stored in the registry --- CBXShell/cbxArchive.h | 1 + 1 file changed, 1 insertion(+) diff --git a/CBXShell/cbxArchive.h b/CBXShell/cbxArchive.h index a955c50..f9bc9b3 100644 --- a/CBXShell/cbxArchive.h +++ b/CBXShell/cbxArchive.h @@ -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;