diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-07-21 03:36:25 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-07-21 03:36:25 +0000 |
| commit | 9c7757e7fc10db2004c188a7aff95ab54b0e80d6 (patch) | |
| tree | 88ddb04c252ac2377cf061fdcb8f1ebbfcff16ce /src/select-context.h | |
| parent | Fix for 960240 : Rename Edit:Find to Find Replace (diff) | |
| download | inkscape-9c7757e7fc10db2004c188a7aff95ab54b0e80d6.tar.gz inkscape-9c7757e7fc10db2004c188a7aff95ab54b0e80d6.zip | |
Fix for 816496 : Alt+mouse wheel z-order cycling, add option to cycle wrap
(bzr r11561)
Diffstat (limited to 'src/select-context.h')
| -rw-r--r-- | src/select-context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/select-context.h b/src/select-context.h index d579f7ebc..ce2039a2d 100644 --- a/src/select-context.h +++ b/src/select-context.h @@ -42,6 +42,7 @@ struct SPSelectContext : public SPEventContext { GList *cycling_items_cmp; GList *cycling_items_selected_before; GList *cycling_cur_item; + bool cycling_wrap; SPItem *item; SPCanvasItem *grabbed; |
