diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-02-23 23:46:38 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-02-23 23:46:38 +0000 |
| commit | 0725f605f6cb5595622cb7efbb41b69239dd7e1b (patch) | |
| tree | ff4c891f8af6af1f453fcda23012004e3695fc18 /src/widgets/dash-selector.cpp | |
| parent | Fix snapping when dragging gradients (implement the snap delay, use snap tole... (diff) | |
| download | inkscape-0725f605f6cb5595622cb7efbb41b69239dd7e1b.tar.gz inkscape-0725f605f6cb5595622cb7efbb41b69239dd7e1b.zip | |
fix crash when displaying dash selector
(bzr r7356)
Diffstat (limited to 'src/widgets/dash-selector.cpp')
| -rw-r--r-- | src/widgets/dash-selector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/dash-selector.cpp b/src/widgets/dash-selector.cpp index 284a8a596..594472f9c 100644 --- a/src/widgets/dash-selector.cpp +++ b/src/widgets/dash-selector.cpp @@ -119,6 +119,7 @@ SPDashSelector::init_dashes() { } pos += 1; } + dashes[pos] = NULL; } else { dashes = builtin_dashes; } |
