oops forgot to test the ttf template on windows

This commit is contained in:
Adam D. Ruppe 2022-10-25 18:59:20 -04:00
parent 272eb18cd7
commit 1184906c51
1 changed files with 3 additions and 0 deletions

View File

@ -11132,8 +11132,11 @@ version(Windows) {
Pen _activePen;
Color _outlineColor;
@property void pen(Pen p) {
_activePen = p;
_outlineColor = p.color;
HPEN pen;
if(p.color.a == 0) {