mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 21:20:28 +02:00
SynMemo BorderStyle: fixed default, so streaming works. issue #0019608
git-svn-id: trunk@31348 -
This commit is contained in:
parent
261318a675
commit
f5c008467c
@ -142,7 +142,7 @@ type
|
|||||||
property OnStartDrag;
|
property OnStartDrag;
|
||||||
// TCustomSynEdit properties
|
// TCustomSynEdit properties
|
||||||
property BookMarkOptions;
|
property BookMarkOptions;
|
||||||
property BorderStyle;
|
property BorderStyle default bsSingle;
|
||||||
property ExtraLineSpacing;
|
property ExtraLineSpacing;
|
||||||
property Gutter;
|
property Gutter;
|
||||||
property HideSelection;
|
property HideSelection;
|
||||||
|
Loading…
Reference in New Issue
Block a user