mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 15:19:35 +02:00
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:
parent
39ac467fe2
commit
ca40b0fa05
@ -4,7 +4,7 @@ type
|
||||
|
||||
{ TWin32MemoStrings }
|
||||
|
||||
TWin32MemoStrings = class(TStrings)
|
||||
TWin32MemoStrings = class(TCustomMemoStrings)
|
||||
private
|
||||
FHandle: HWND;
|
||||
FOwner: TWinControl;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user