diff options
author | B. Stack <bgstack15@gmail.com> | 2021-07-15 09:50:54 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-07-15 09:50:54 -0400 |
commit | fccb76c1f19a08ee0f0db6014cd217a64ba3502f (patch) | |
tree | 774b9ac395e65f9346210dcf804aa58f1b3975d1 /wx+/graph.cpp | |
parent | Merge branch '11.11' into 'master' (diff) | |
download | FreeFileSync-fccb76c1f19a08ee0f0db6014cd217a64ba3502f.tar.gz FreeFileSync-fccb76c1f19a08ee0f0db6014cd217a64ba3502f.tar.bz2 FreeFileSync-fccb76c1f19a08ee0f0db6014cd217a64ba3502f.zip |
add upstream 11.12
Diffstat (limited to 'wx+/graph.cpp')
-rw-r--r-- | wx+/graph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/graph.cpp b/wx+/graph.cpp index 8dec2074..0f9cffef 100644 --- a/wx+/graph.cpp +++ b/wx+/graph.cpp @@ -576,7 +576,7 @@ void Graph2D::render(wxDC& dc) const assert(attr_.yLabelpos == YLabelPos::none || attr_.labelFmtY); //paint graph background (excluding label area) - drawFilledRectangle(dc, graphArea, fastFromDIP(1), getBorderColor(), attr_.colorBack); + drawInsetRectangle(dc, graphArea, fastFromDIP(1), getBorderColor(), attr_.colorBack); graphArea.Deflate(fastFromDIP(1)); //set label areas respecting graph area border! |