diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2010-12-23 15:51:07 +0000 |
|---|---|---|
| committer | Maximilian Albert <cilix@syrinx> | 2010-12-23 15:51:07 +0000 |
| commit | ca41dd0b6f68683f8586f78e7a8171551c6ad57a (patch) | |
| tree | 0e15da4561a9b073ae5ca3bd5b8db7a5d204c616 /src/select-context.h | |
| parent | Split SPCanvasItem and SPCanvasGroup to individual .h files. Pruned forward h... (diff) | |
| download | inkscape-ca41dd0b6f68683f8586f78e7a8171551c6ad57a.tar.gz inkscape-ca41dd0b6f68683f8586f78e7a8171551c6ad57a.zip | |
Fix crash in cycle-selection (and restructure internals).
(bzr r9980)
Diffstat (limited to 'src/select-context.h')
| -rw-r--r-- | src/select-context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select-context.h b/src/select-context.h index 4c58fc858..377e07275 100644 --- a/src/select-context.h +++ b/src/select-context.h @@ -38,8 +38,8 @@ struct SPSelectContext : public SPEventContext { bool button_press_ctrl; bool button_press_alt; - bool is_cycling; GList *cycling_items; + GList *cycling_items_cmp; GList *cycling_items_selected_before; GList *cycling_cur_item; |
