Fix Control CheckBoxPropertyRef attribute to be a Property reference not a CheckBox ref
Fixes 7177
Rob Mensching committed
Feb 9, 2023 at 06:47 UTC
667d3164653ed53d618baba6f41fc00e7eb1a031
1 file changed
+1
-1
src/wix/WixToolset.Core/Compiler_UI.cs
+1
-1
@@ -1480,7 +1480,7 @@ namespace WixToolset.Core
1480
}
1481
else
1482
{
1483
- this.Core.CreateSimpleReference(sourceLineNumbers, SymbolDefinitions.CheckBox, checkBoxPropertyRef);
1483
+ this.Core.CreateSimpleReference(sourceLineNumbers, SymbolDefinitions.Property, checkBoxPropertyRef);
1484
}
1485
}
1486