Clear qualifier path when changing type
This fixes a bug where overriding an enum parameter with a non-enum parameter would result in the wrong qualifier path.
This commit is contained in:
parent
ce7a7c7cf3
commit
c5591e9968
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ namespace Bind.Structures
|
|||
else
|
||||
{
|
||||
CurrentType = value;
|
||||
CurrentQualifier = String.Empty;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue