summaryrefslogtreecommitdiffstats
path: root/src/desktop.h
diff options
context:
space:
mode:
authorRick Yorgason <rick@firefang.com>2018-10-18 08:21:15 +0000
committerRick Yorgason <rick@firefang.com>2018-10-18 08:21:15 +0000
commit83bf2fdf80496f0368438e16bc3adb8ee0e86fb7 (patch)
tree83d50e748c8fb85ea4bbcd267c9b5364722e4841 /src/desktop.h
parentNew "Outline thin strokes" view mode which draws thin strokes in outline mode... (diff)
downloadinkscape-83bf2fdf80496f0368438e16bc3adb8ee0e86fb7.tar.gz
inkscape-83bf2fdf80496f0368438e16bc3adb8ee0e86fb7.zip
Renamed "Outline thin strokes" to "visible hairlines" to make the intent clearer.
Diffstat (limited to 'src/desktop.h')
-rw-r--r--src/desktop.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/desktop.h b/src/desktop.h
index a38876de1..ec6ea99f7 100644
--- a/src/desktop.h
+++ b/src/desktop.h
@@ -266,8 +266,8 @@ public:
void setDisplayModeOutline() {
_setDisplayMode(Inkscape::RENDERMODE_OUTLINE);
}
- void setDisplayModeOutlineThin() {
- _setDisplayMode(Inkscape::RENDERMODE_OUTLINE_THIN);
+ void setDisplayModeVisibleHairlines() {
+ _setDisplayMode(Inkscape::RENDERMODE_VISIBLE_HAIRLINES);
}
void displayModeToggle();
Inkscape::RenderMode _display_mode;