Don’t allow a Reviewer only user toggle the Include on Continuous Action Summary check box.
This commit is contained in:
parent
235024bef4
commit
d67291bb2c
@ -147,7 +147,8 @@ namespace Volian.Controls.Library
|
||||
|
||||
public void ToggleContActSummary() // for use with shortcut keystroke <Shift><F7>
|
||||
{
|
||||
cbCAS.Checked = !cbCAS.Checked;
|
||||
if (cbCAS.Enabled)
|
||||
cbCAS.Checked = !cbCAS.Checked;
|
||||
}
|
||||
public void TogglePlaceKeeper() // for use with shortcut keystroke <Ctrl><F7>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user