summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx
index a7825e821..bebe6d4e9 100644
--- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx
+++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx
@@ -266,6 +266,7 @@ void Fl_GDI_Graphics_Driver::scale(float f) {
if (f != scale()) {
size_ = 0;
Fl_Graphics_Driver::scale(f);
+ color(FL_BLACK);
line_style(FL_SOLID); // scale also default line width
}
}