diff options
| author | Rick Yorgason <rick@firefang.com> | 2018-10-18 08:21:15 +0000 |
|---|---|---|
| committer | Rick Yorgason <rick@firefang.com> | 2018-10-18 08:21:15 +0000 |
| commit | 83bf2fdf80496f0368438e16bc3adb8ee0e86fb7 (patch) | |
| tree | 83d50e748c8fb85ea4bbcd267c9b5364722e4841 /src/display/drawing.h | |
| parent | New "Outline thin strokes" view mode which draws thin strokes in outline mode... (diff) | |
| download | inkscape-83bf2fdf80496f0368438e16bc3adb8ee0e86fb7.tar.gz inkscape-83bf2fdf80496f0368438e16bc3adb8ee0e86fb7.zip | |
Renamed "Outline thin strokes" to "visible hairlines" to make the intent clearer.
Diffstat (limited to 'src/display/drawing.h')
| -rw-r--r-- | src/display/drawing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/drawing.h b/src/display/drawing.h index 1669cc3a4..931fe8e46 100644 --- a/src/display/drawing.h +++ b/src/display/drawing.h @@ -50,7 +50,7 @@ public: RenderMode renderMode() const; ColorMode colorMode() const; bool outline() const; - bool outlineThin() const; + bool visibleHairlines() const; bool renderFilters() const; int blurQuality() const; int filterQuality() const; |
