Default "Change All at Level" False for High Level Steps, True for non-high level steps

This commit is contained in:
Rich 2009-12-18 18:33:13 +00:00
parent a8405cdabc
commit 5b853beb2d

View File

@ -42,6 +42,7 @@ namespace Volian.Controls.Library
}
_MyRTB = value;
_CurItemInfo = MyRTB.MyItemInfo;
cbChgAll.Checked = !_CurItemInfo.IsHigh;
TagsFillIn();
}
}
@ -254,7 +255,6 @@ namespace Volian.Controls.Library
cnt.Save();
startitm = (startitm.NextItemCount > 0 ? startitm.NextItems[0] : null);
}
cbChgAll.Checked = false;
}
else
{