mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 22:19:18 +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 }
|
||||||
|
|
||||||
TWin32MemoStrings = class(TStrings)
|
TWin32MemoStrings = class(TCustomMemoStrings)
|
||||||
private
|
private
|
||||||
FHandle: HWND;
|
FHandle: HWND;
|
||||||
FOwner: TWinControl;
|
FOwner: TWinControl;
|
||||||
|
@ -32,7 +32,7 @@ uses
|
|||||||
StdCtrls, Controls, Graphics, Forms, Themes,
|
StdCtrls, Controls, Graphics, Forms, Themes,
|
||||||
////////////////////////////////////////////////////
|
////////////////////////////////////////////////////
|
||||||
WSControls, WSStdCtrls, WSLCLClasses, WSProc, Windows, LCLType,
|
WSControls, WSStdCtrls, WSLCLClasses, WSProc, Windows, LCLType,
|
||||||
LazUTF8, LazUtf8Classes, InterfaceBase, LMessages, LCLMessageGlue,
|
LazUTF8, LazUtf8Classes, InterfaceBase, LMessages, LCLMessageGlue, TextStrings,
|
||||||
Win32Int, Win32Proc, Win32WSControls, Win32Extra, Win32Themes;
|
Win32Int, Win32Proc, Win32WSControls, Win32Extra, Win32Themes;
|
||||||
|
|
||||||
type
|
type
|
||||||
|
Loading…
Reference in New Issue
Block a user