diff options
Diffstat (limited to 'src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx')
| -rw-r--r-- | src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx index 9eb7705bc..b81a520d1 100644 --- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx +++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx @@ -389,7 +389,8 @@ void Fl_WinAPI_Window_Driver::make_current() { #endif // USE_COLORMAP fl_graphics_driver->clip_region(0); -fl_graphics_driver->scale(Fl::screen_driver()->scale(0)); + fl_graphics_driver->scale(Fl::screen_driver()->scale(0)); + fl_graphics_driver->line_style(FL_SOLID); // scale also default line width } void Fl_WinAPI_Window_Driver::label(const char *name,const char *iname) { |
