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:
adelikat 2014-10-23 20:41:52 +00:00
parent c39617b638
commit 32cdc80639
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{ {
public partial class TAStudio : IControlMainform public partial class TAStudio : IControlMainform
{ {
public bool WantsToControlReadOnly { get { return true; } } public bool WantsToControlReadOnly { get { return false; } }
public void ToggleReadOnly() public void ToggleReadOnly()
{ {
GlobalWin.OSD.AddMessage("TAStudio does not allow manual readonly toggle"); GlobalWin.OSD.AddMessage("TAStudio does not allow manual readonly toggle");