@joebigelow / wix-1 / commits / a6be2d64

Shortcut ShowCmd is nullable

Rob Mensching committed May 23, 2019 at 17:07 UTC a6be2d64ff43f0ddd81f448dd889b4458bd734b0
1 file changed +1 -1
src/WixToolset.Core.WindowsInstaller/Bind/CreateOutputFromIRCommand.cs
+1 -1
@@ -719,7 +719,7 @@ namespace WixToolset.Core.WindowsInstaller.Bind
719 row[7] = tuple.Hotkey;
720 row[8] = tuple.IconRef;
721 row[9] = tuple.IconIndex;
722 - row[10] = (int)tuple.Show;
722 + row[10] = (int?)tuple.Show;
723 row[11] = tuple.WorkingDirectory;
724 row[12] = tuple.DisplayResourceDll;
725 row[13] = tuple.DisplayResourceId;