taseditor-ru: updates

[[Split portion of a mixed commit.]]
This commit is contained in:
ansstuff 2012-11-25 17:01:57 +00:00
parent dc7805cfc5
commit 2f2114368b
1 changed files with 1 additions and 4 deletions

View File

@ -925,10 +925,7 @@ BOOL CALLBACK WndprocTasEditor(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lPara
selection.SelectAll();
break;
case ID_SELECTED_UNGREENZONE:
if (piano_roll.drag_mode != DRAG_MODE_SELECTION && piano_roll.drag_mode != DRAG_MODE_DESELECTION)
{
greenzone.UnGreenzoneSelectedFrames();
}
greenzone.UnGreenzoneSelectedFrames();
break;
case ACCEL_CTRL_X:
case ID_EDIT_CUT: