Skip to content

Commit e66d691

Browse files
committed
Do not by default set ShellState flags for fShowCompColor or fShowInfoTip.
This will make these two shell32:ShellState regression tests pass.
1 parent 468d48c commit e66d691

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

base/shell/explorer/traywnd.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1684,10 +1684,8 @@ class CTrayWindow :
16841684
ZeroMemory(&rss, REGSHELLSTATE_SIZE);
16851685
rss.dwSize = REGSHELLSTATE_SIZE;
16861686
rss.ss.fDoubleClickInWebView = 1;
1687-
rss.ss.fShowCompColor = 1;
16881687
rss.ss.fShowExtensions = 1;
16891688
rss.ss.fShowAllObjects = 1;
1690-
rss.ss.fShowInfoTip = 1;
16911689
rss.ss.iSortDirection = 1;
16921690
rss.ss.fStartPanelOn = 1;
16931691
rss.ss.version = REGSHELLSTATE_VERSION;

0 commit comments

Comments
 (0)