From 1184906c513217dabdb36c739a3b9a2c7baa63f8 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 25 Oct 2022 18:59:20 -0400 Subject: [PATCH] oops forgot to test the ttf template on windows --- simpledisplay.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simpledisplay.d b/simpledisplay.d index 5332f25..667c6ce 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -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) {