From 1158987a1e4f078ed1ae699409fd26558486722e Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 12 Feb 2016 19:16:55 +0100 Subject: WAGE: Disable Undo action after command exectution --- engines/wage/wage.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/wage/wage.cpp') diff --git a/engines/wage/wage.cpp b/engines/wage/wage.cpp index 5ea1e3b314..92602234dd 100644 --- a/engines/wage/wage.cpp +++ b/engines/wage/wage.cpp @@ -173,6 +173,7 @@ void WageEngine::processEvents() { processTurn(&_inputText, NULL); _inputText = ""; _gui->appendText(""); + _gui->disableUndo(); break; default: -- cgit v1.2.3