summaryrefslogtreecommitdiff
path: root/FL/Fl_Graphics_Driver.H
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 /FL/Fl_Graphics_Driver.H
parent257435dca0c64b667ba82b885f9ef42c5c20962c (diff)
Fix "Windows: dotted lines may be drawn solid when GUI is rescaled" (#1214)
Diffstat (limited to 'FL/Fl_Graphics_Driver.H')
-rw-r--r--FL/Fl_Graphics_Driver.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H
index 37210173a..4b5578f15 100644
--- a/FL/Fl_Graphics_Driver.H
+++ b/FL/Fl_Graphics_Driver.H
@@ -430,6 +430,7 @@ public:
inline int floor(int x) { return Fl_Scalable_Graphics_Driver::floor(x, scale()); }
protected:
int line_width_;
+ bool is_solid_;
virtual Fl_Region scale_clip(float f);
void unscale_clip(Fl_Region r);
void point(int x, int y) FL_OVERRIDE;