TAStudio: don't jump to greenzone on single mouse click of analog cell (this is not an edit event.)
This commit is contained in:
parent
be2ba08c10
commit
b09b9681e2
|
@ -682,8 +682,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
RefreshDialog();
|
RefreshDialog();
|
||||||
}
|
}
|
||||||
|
|
||||||
JumpToGreenzone();
|
|
||||||
|
|
||||||
_axisPaintState = CurrentTasMovie.GetAxisState(frame, buttonName);
|
_axisPaintState = CurrentTasMovie.GetAxisState(frame, buttonName);
|
||||||
if (applyPatternToPaintedInputToolStripMenuItem.Checked && (!onlyOnAutoFireColumnsToolStripMenuItem.Checked
|
if (applyPatternToPaintedInputToolStripMenuItem.Checked && (!onlyOnAutoFireColumnsToolStripMenuItem.Checked
|
||||||
|| TasView.CurrentCell.Column.Emphasis))
|
|| TasView.CurrentCell.Column.Emphasis))
|
||||||
|
|
Loading…
Reference in New Issue