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,6 +147,7 @@ namespace Volian.Controls.Library
|
|||||||
|
|
||||||
public void ToggleContActSummary() // for use with shortcut keystroke <Shift><F7>
|
public void ToggleContActSummary() // for use with shortcut keystroke <Shift><F7>
|
||||||
{
|
{
|
||||||
|
if (cbCAS.Enabled)
|
||||||
cbCAS.Checked = !cbCAS.Checked;
|
cbCAS.Checked = !cbCAS.Checked;
|
||||||
}
|
}
|
||||||
public void TogglePlaceKeeper() // for use with shortcut keystroke <Ctrl><F7>
|
public void TogglePlaceKeeper() // for use with shortcut keystroke <Ctrl><F7>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user