win32: modified TWin32MemoStrings to write lines to .lfm based of the text rather than wordwrapped lines (related to r53052 #9ead143427, #30659)

git-svn-id: trunk@53057 -
This commit is contained in:
dmitry 2016-09-29 13:35:59 +00:00
parent 39ac467fe2
commit ca40b0fa05
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ type
{ TWin32MemoStrings }
TWin32MemoStrings = class(TStrings)
TWin32MemoStrings = class(TCustomMemoStrings)
private
FHandle: HWND;
FOwner: TWinControl;

View File

@ -32,7 +32,7 @@ uses
StdCtrls, Controls, Graphics, Forms, Themes,
////////////////////////////////////////////////////
WSControls, WSStdCtrls, WSLCLClasses, WSProc, Windows, LCLType,
LazUTF8, LazUtf8Classes, InterfaceBase, LMessages, LCLMessageGlue,
LazUTF8, LazUtf8Classes, InterfaceBase, LMessages, LCLMessageGlue, TextStrings,
Win32Int, Win32Proc, Win32WSControls, Win32Extra, Win32Themes;
type