From 880636eb120d18a2197b35839105a1aed5c71111 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 4 Mar 2025 16:04:10 +0100 Subject: Fix "Windows: dotted lines may be drawn solid when GUI is rescaled" (#1214) --- src/drivers/GDI/Fl_GDI_Graphics_Driver.H | 1 - 1 file changed, 1 deletion(-) (limited to 'src/drivers/GDI/Fl_GDI_Graphics_Driver.H') diff --git a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H index c3449f1c9..01ecf9531 100644 --- a/src/drivers/GDI/Fl_GDI_Graphics_Driver.H +++ b/src/drivers/GDI/Fl_GDI_Graphics_Driver.H @@ -60,7 +60,6 @@ protected: uchar *mask_bitmap_; uchar **mask_bitmap() FL_OVERRIDE {return &mask_bitmap_;} POINT *long_point; - bool is_solid_; int style_; public: Fl_GDI_Graphics_Driver(); -- cgit v1.2.3