pst2d / csscontrols

Implementation of basic css drawing for pascal (fpc, lazarus, delphi)
Apache License 2.0
28 stars 11 forks source link

Borders #2

Closed giovanierthal closed 4 years ago

giovanierthal commented 4 years ago

I have a simple control, but the left and bottom borders are not displayed:

Body.InlineStyle := 'border:1px solid #0060DF;';

https://i.imgur.com/n0ugrho.png

pst2d commented 4 years ago

Control is based on TCSSShape? Please check latest updated version.

giovanierthal commented 4 years ago

With the update it works. Some other problems that I had noticed were solved (it was not possible to move or apply styles at design time).

Thank you very much and congratulations!