summaryrefslogtreecommitdiff
path: root/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-03-04 16:04:10 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2025-03-04 16:04:10 +0100
commit880636eb120d18a2197b35839105a1aed5c71111 (patch)
tree49f2fb82a2defa64cca347117d07831782de79d0 /src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx
parent257435dca0c64b667ba82b885f9ef42c5c20962c (diff)
Fix "Windows: dotted lines may be drawn solid when GUI is rescaled" (#1214)
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx')
-rw-r--r--src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx
index bebe6d4e9..97b3244d1 100644
--- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx
+++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.cxx
@@ -96,7 +96,6 @@ Fl_GDI_Graphics_Driver::Fl_GDI_Graphics_Driver() {
long_point = NULL;
depth = -1;
origins = NULL;
- is_solid_ = true;
style_ = FL_SOLID;
}