Merge pull request #745 from RaiKoHoff/Dev_RC2_fixes

Fix for consecutive deleting and undo
This commit is contained in:
Rainer Kottenhoff 2018-10-30 11:07:03 +01:00 committed by GitHub
commit 554a84aff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5131,11 +5131,9 @@ LRESULT MsgCommand(HWND hwnd, UINT umsg, WPARAM wParam, LPARAM lParam)
case IDM_EDIT_CLEAR:
case CMD_DEL:
{
_BEGIN_UNDO_ACTION_;
///~_BEGIN_UNDO_ACTION_;
SciCall_Clear();
_END_UNDO_ACTION_;
}
///~_END_UNDO_ACTION_;
break;
#if 0