From efbe83144ad83051b8c2e19ba3530ec2e2cf108d Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 18 Sep 2015 06:29:36 +0200 Subject: [PATCH] no warn about proj change if dub proj and conf ix change --- src/ce_dubproject.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ce_dubproject.pas b/src/ce_dubproject.pas index 032395d7..a861b60a 100644 --- a/src/ce_dubproject.pas +++ b/src/ce_dubproject.pas @@ -277,6 +277,8 @@ begin fBuiltTypeIx := index div fConfigs.Count; fConfigIx := index mod fConfigs.Count; doModified; + // DUB does not store an active config + fModified:=false; end; function TCEDubProject.configurationName(index: integer): string;