TurboPack / SynEdit

SynEdit is a syntax highlighting edit control, not based on the Windows common controls.
226 stars 75 forks source link

SynGutter ShowLineNumbers #148

Closed groehner closed 2 years ago

groehner commented 2 years ago

In SynEditMiscClasses.pas procedure TSynGutter.Assign(Source: TPersistent);

FShowLineNumbers := Src.ShowLineNumbers; is missing.

It's initalization in TSynGutter.Create is implicit, not explicit like most other attributes.

pyscripter commented 2 years ago

Fixed in the DWrite branch that will be merged with the master soon.