From 5a754e4a418e767ea3355521fd04878197cfe7aa Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 19 Feb 2023 17:50:00 +0300 Subject: fixes #2357 (NewStory: links in log/history should be clickable) --- libs/mTextControl/src/textcontrol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/mTextControl/src/textcontrol.cpp') diff --git a/libs/mTextControl/src/textcontrol.cpp b/libs/mTextControl/src/textcontrol.cpp index d58fd0e1c1..30caf61b95 100644 --- a/libs/mTextControl/src/textcontrol.cpp +++ b/libs/mTextControl/src/textcontrol.cpp @@ -27,7 +27,7 @@ struct TextControlData { HANDLE htu; wchar_t *text; - HANDLE mtext; + struct TextObject *mtext; }; void MTextControl_RegisterClass() -- cgit v1.2.3