diff options
| -rw-r--r-- | plugins/SmileyAdd/src/richcall.cpp | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/SmileyAdd/src/richcall.cpp b/plugins/SmileyAdd/src/richcall.cpp index 23c1383f9f..68898b4abe 100644 --- a/plugins/SmileyAdd/src/richcall.cpp +++ b/plugins/SmileyAdd/src/richcall.cpp @@ -468,6 +468,9 @@ void SetRichOwnerCallback(HWND hwnd, HWND hwndInput, HWND hwndLog)  		rdto->hwndLog = hwndLog;
  		g_RichEditOwnerList.insert(rdto);
 +		if (hwndInput)
 +			SendMessage(hwndInput, EM_SETUNDOLIMIT, 0, 0);
 +
  		mir_subclassWindow(hwnd, RichEditOwnerSubclass);
  	}
  	else {
  | 
