mirror of
https://github.com/MeowLynxSea/ceditor.git
synced 2025-07-09 10:54:37 +00:00
删除一行无用代码
This commit is contained in:
parent
b4e10279d2
commit
e87f6ce103
@ -160,7 +160,7 @@ public:
|
||||
if(key == 8) { // backspace
|
||||
if(inputstatus_ != InputStatus::Delete) {
|
||||
inputstatus_ = InputStatus::Delete;
|
||||
std::string rst = actionmanager_.updateContent(getContent()) ? "success" : "fail";
|
||||
// std::string rst = actionmanager_.updateContent(getContent()) ? "success" : "fail";
|
||||
// MessageBoxA(NULL, rst.c_str(), "Update Content", MB_OK);
|
||||
}
|
||||
// 如果是第一个字符,则把当前行内容加到上一行末尾
|
||||
|
Loading…
Reference in New Issue
Block a user