From 7f15c3010c4bca0e1e8598dd12a6bc637c10f8e6 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 27 Jun 2017 12:17:29 +0000 Subject: WIN32 platform: more progress for full HiDPI support git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12273 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx') 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) { -- cgit v1.2.3