Tastudio - don't override read-only toggle, I think this is an ok thing to do, we shall find out
This commit is contained in:
parent
c39617b638
commit
32cdc80639
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
public partial class TAStudio : IControlMainform
|
||||
{
|
||||
public bool WantsToControlReadOnly { get { return true; } }
|
||||
public bool WantsToControlReadOnly { get { return false; } }
|
||||
public void ToggleReadOnly()
|
||||
{
|
||||
GlobalWin.OSD.AddMessage("TAStudio does not allow manual readonly toggle");
|
||||
|
|
Loading…
Reference in New Issue