Code

Fix crash in cycle-selection (and restructure internals).
[inkscape.git] / src / select-context.h
index 4c58fc858b9eab5d51edf562a1349aee123214cc..377e07275771f0193770d9eed2fe076ffb57abeb 100644 (file)
@@ -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;