mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #745 from RaiKoHoff/Dev_RC2_fixes
Fix for consecutive deleting and undo
This commit is contained in:
commit
554a84aff7
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user