mirror of https://gitlab.com/basile.b/dexed.git
no warn about proj change if dub proj and conf ix change
This commit is contained in:
parent
4d2ff019f1
commit
efbe83144a
|
@ -277,6 +277,8 @@ begin
|
||||||
fBuiltTypeIx := index div fConfigs.Count;
|
fBuiltTypeIx := index div fConfigs.Count;
|
||||||
fConfigIx := index mod fConfigs.Count;
|
fConfigIx := index mod fConfigs.Count;
|
||||||
doModified;
|
doModified;
|
||||||
|
// DUB does not store an active config
|
||||||
|
fModified:=false;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function TCEDubProject.configurationName(index: integer): string;
|
function TCEDubProject.configurationName(index: integer): string;
|
||||||
|
|
Loading…
Reference in New Issue