diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2016-10-01 14:27:14 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2016-10-01 14:27:14 +0000 |
| commit | 13586717311b38bcddfa82602aa39c73e332dc87 (patch) | |
| tree | c1b2db040ec9d0578e7a8472ece946c30924b8bf /src/widgets/stroke-style.h | |
| parent | Extract a function to prevent assignment + const-ing. (diff) | |
| download | inkscape-13586717311b38bcddfa82602aa39c73e332dc87.tar.gz inkscape-13586717311b38bcddfa82602aa39c73e332dc87.zip | |
Extract a method instead of assigning a temp bool var.
(bzr r15100.1.27)
Diffstat (limited to 'src/widgets/stroke-style.h')
| -rw-r--r-- | src/widgets/stroke-style.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/stroke-style.h b/src/widgets/stroke-style.h index 76582602d..2d7e187a1 100644 --- a/src/widgets/stroke-style.h +++ b/src/widgets/stroke-style.h @@ -177,6 +177,7 @@ private: void miterLimitChangedCB(); void lineDashChangedCB(); void unitChangedCB(); + bool shouldMarkersBeUpdated(); static void markerSelectCB(MarkerComboBox *marker_combo, StrokeStyle *spw, SPMarkerLoc const which); static void buttonToggledCB(StrokeStyleButton *tb, StrokeStyle *spw); |
