equal
deleted
inserted
replaced
28 size_bug_fix: true, |
28 size_bug_fix: true, |
29 /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */ |
29 /* Resize the canvas after load (fixes a bug on iPad and FF Mac) */ |
30 force_resize: false, |
30 force_resize: false, |
31 allow_double_click: true, |
31 allow_double_click: true, |
32 /* Allows Double Click to create a node on an empty background */ |
32 /* Allows Double Click to create a node on an empty background */ |
|
33 zoom_on_scroll: true, |
|
34 /* Allows to use the scrollwheel to zoom */ |
33 element_delete_delay: 0, |
35 element_delete_delay: 0, |
34 /* Delay between clicking on the bin on an element and really deleting it |
36 /* Delay between clicking on the bin on an element and really deleting it |
35 Set to 0 for delete confirm */ |
37 Set to 0 for delete confirm */ |
36 autoscale_padding: 50, |
38 autoscale_padding: 50, |
37 |
39 |