summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-08-20 11:41:53 +0000
committerManolo Gouy <Manolo>2017-08-20 11:41:53 +0000
commit4331fdf46b183613510a4fc10a20ae62480e4412 (patch)
tree8b3e593c7b5513944f10daac0031bdc69605960b /src
parentc51cbd0a50ad48234669cfd7752e352299b0f2f4 (diff)
Remove undesirable statement.
A bug was visible in test/unittests when moving between lines and rectangles. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12394 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx
index e8d12b868..f459524ec 100644
--- a/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx
+++ b/src/drivers/WinAPI/Fl_WinAPI_Window_Driver.cxx
@@ -416,7 +416,6 @@ void Fl_WinAPI_Window_Driver::make_current() {
fl_graphics_driver->clip_region(0);
fl_graphics_driver->scale(Fl::screen_driver()->scale(screen_num()));
- fl_graphics_driver->line_style(FL_SOLID); // scale also default line width
}
void Fl_WinAPI_Window_Driver::label(const char *name,const char *iname) {