Default "Change All at Level" False for High Level Steps, True for non-high level steps
This commit is contained in:
parent
a8405cdabc
commit
5b853beb2d
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user