diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-08-18 16:22:33 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-08-18 16:22:33 +0000 |
| commit | 34dc05c290b2436f4c23c8c86f048bc1d0f7d6e2 (patch) | |
| tree | 14be27056b9c6c3aef01a771bfe9a6d3362de12d /src/live_effects/lpe-line_segment.h | |
| parent | since all values are 0..1, shifting gamma up must use power<1 so that the val... (diff) | |
| download | inkscape-34dc05c290b2436f4c23c8c86f048bc1d0f7d6e2.tar.gz inkscape-34dc05c290b2436f4c23c8c86f048bc1d0f7d6e2.zip | |
Fix end type combo box
(bzr r6696)
Diffstat (limited to 'src/live_effects/lpe-line_segment.h')
| -rw-r--r-- | src/live_effects/lpe-line_segment.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-line_segment.h b/src/live_effects/lpe-line_segment.h index ed57d17fe..3a8e895e3 100644 --- a/src/live_effects/lpe-line_segment.h +++ b/src/live_effects/lpe-line_segment.h @@ -22,8 +22,8 @@ namespace LivePathEffect { enum EndType { END_CLOSED, - END_OPEN_LEFT, - END_OPEN_RIGHT, + END_OPEN_INITIAL, + END_OPEN_FINAL, END_OPEN_BOTH }; |
