Skip to content

Commit

Permalink
fix delete frame undo
Browse files Browse the repository at this point in the history
  • Loading branch information
HertzDevil committed May 28, 2018
1 parent 7b220de commit 334669e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/FrameAction.cpp
Expand Up @@ -178,7 +178,6 @@ bool CFActionRemoveFrame::SaveState(const CMainFrame &MainFrm)

void CFActionRemoveFrame::Undo(CMainFrame &MainFrm)
{
GET_SONG().InsertFrame(m_pUndoState->Cursor.m_iFrame);
GET_FRAME_EDITOR()->PasteInsert(m_pUndoState->Cursor.m_iFrame, m_RowClipData);
GET_FRAME_EDITOR()->SetSelection(m_RowClipData.AsSelection(m_pUndoState->Cursor.m_iFrame));
}
Expand Down

0 comments on commit 334669e

Please sign in to comment.