Skip to content

Commit

Permalink
Merge pull request #17 from raii-x/fix-undo-cut
Browse files Browse the repository at this point in the history
Fix undoing cut creates lots of notes
  • Loading branch information
zardoru authored Jun 27, 2019
2 parents 852217c + c2564a2 commit 971b0b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions iBMSC/MainWindow.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1917,9 +1917,7 @@ EndSearch:
Dim xUndo As UndoRedo.LinkedURCmd = Nothing
Dim xRedo As UndoRedo.LinkedURCmd = New UndoRedo.Void
Dim xBaseRedo As UndoRedo.LinkedURCmd = xRedo
For xI1 As Integer = 1 To UBound(Notes)
Me.RedoRemoveNoteSelected(True, xUndo, xRedo)
Next
Me.RedoRemoveNoteSelected(True, xUndo, xRedo)
'Dim xRedo As String = sCmdKDs()
'Dim xUndo As String = sCmdKs(True)

Expand Down

0 comments on commit 971b0b6

Please sign in to comment.