mirror of https://github.com/adamdruppe/arsd.git
oops forgot to test the ttf template on windows
This commit is contained in:
parent
272eb18cd7
commit
1184906c51
|
@ -11132,8 +11132,11 @@ version(Windows) {
|
||||||
|
|
||||||
Pen _activePen;
|
Pen _activePen;
|
||||||
|
|
||||||
|
Color _outlineColor;
|
||||||
|
|
||||||
@property void pen(Pen p) {
|
@property void pen(Pen p) {
|
||||||
_activePen = p;
|
_activePen = p;
|
||||||
|
_outlineColor = p.color;
|
||||||
|
|
||||||
HPEN pen;
|
HPEN pen;
|
||||||
if(p.color.a == 0) {
|
if(p.color.a == 0) {
|
||||||
|
|
Loading…
Reference in New Issue