this was not updated when we changed to use Context.AttachCommandEventHandler instead of Application.AttachCommandEventHandler
This commit is contained in:
parent
d2c5e6ccbc
commit
2fa8037c99
@ -332,7 +332,7 @@ namespace UniversalEditor.Editors.Multimedia.Audio.Synthesized.Views.PianoRoll
|
||||
|
||||
private void ContextMenu_Scale_Click(object sender, EventArgs e)
|
||||
{
|
||||
Command cmd = (sender as Command);
|
||||
Command cmd = (e as CommandEventArgs).Command;
|
||||
string sValue = cmd.ID.Substring("PianoRollEditor_ContextMenu_Scale_".Length);
|
||||
if (Scales.ContainsKey(sValue))
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user