diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2010-12-28 19:01:41 +0000 |
|---|---|---|
| committer | Maximilian Albert <cilix@syrinx> | 2010-12-28 19:01:41 +0000 |
| commit | 6bd7e1d7a54043645bc8c5a2994ec5f629521972 (patch) | |
| tree | 87ea04277fffa59c84cbb1b39e573756b1c7acd8 /src/select-context.cpp | |
| parent | Snapping: improve calculation of metrics for scaling, modify some comments, a... (diff) | |
| download | inkscape-6bd7e1d7a54043645bc8c5a2994ec5f629521972.tar.gz inkscape-6bd7e1d7a54043645bc8c5a2994ec5f629521972.zip | |
Initialize pointer.
(bzr r9987)
Diffstat (limited to 'src/select-context.cpp')
| -rw-r--r-- | src/select-context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/select-context.cpp b/src/select-context.cpp index d6355ba74..4d1d06fe3 100644 --- a/src/select-context.cpp +++ b/src/select-context.cpp @@ -114,6 +114,7 @@ sp_select_context_init(SPSelectContext *sc) sc->button_press_ctrl = false; sc->button_press_alt = false; sc->cycling_items = NULL; + sc->cycling_items_cmp = NULL; sc->cycling_items_selected_before = NULL; sc->cycling_cur_item = NULL; sc->_seltrans = NULL; |
