diff options
| author | Rob Mensching <rob@firegiant.com> | 2023-02-09 06:47:55 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2023-02-09 15:18:09 -0800 |
| commit | 667d3164653ed53d618baba6f41fc00e7eb1a031 (patch) | |
| tree | 3d3322830b588a0a23b3a890aa68d82c88e157e0 /src | |
| parent | a6daf710eac9219e512c625b8fc03bee9172ad35 (diff) | |
| download | wix-667d3164653ed53d618baba6f41fc00e7eb1a031.tar.gz wix-667d3164653ed53d618baba6f41fc00e7eb1a031.tar.bz2 wix-667d3164653ed53d618baba6f41fc00e7eb1a031.zip | |
Fix Control CheckBoxPropertyRef attribute to be a Property reference not a CheckBox ref
Fixes 7177
Diffstat (limited to 'src')
| -rw-r--r-- | src/wix/WixToolset.Core/Compiler_UI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wix/WixToolset.Core/Compiler_UI.cs b/src/wix/WixToolset.Core/Compiler_UI.cs index 61c08b3d..d9ff2a36 100644 --- a/src/wix/WixToolset.Core/Compiler_UI.cs +++ b/src/wix/WixToolset.Core/Compiler_UI.cs | |||
| @@ -1480,7 +1480,7 @@ namespace WixToolset.Core | |||
| 1480 | } | 1480 | } |
| 1481 | else | 1481 | else |
| 1482 | { | 1482 | { |
| 1483 | this.Core.CreateSimpleReference(sourceLineNumbers, SymbolDefinitions.CheckBox, checkBoxPropertyRef); | 1483 | this.Core.CreateSimpleReference(sourceLineNumbers, SymbolDefinitions.Property, checkBoxPropertyRef); |
| 1484 | } | 1484 | } |
| 1485 | } | 1485 | } |
| 1486 | 1486 | ||
