From 931f5e42c29e1dbc83efcd8803bb820e3a303b8c Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 4 Feb 2005 14:17:11 +0000 Subject: [PATCH] a section group can't be both selected and toggled git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3893 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/components.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/exehead/components.c b/Source/exehead/components.c index 822e14c9..27a87c76 100644 --- a/Source/exehead/components.c +++ b/Source/exehead/components.c @@ -61,6 +61,7 @@ unsigned int NSISCALL RefreshSectionGroups(unsigned int i) { sections[sec].flags |= SF_PSELECTED; } else { sections[sec].flags |= SF_SELECTED; + sections[sec].flags &= ~SF_TOGGLED; } }