aboutsummaryrefslogtreecommitdiff
path: root/js/panels/presets/transitions-presets.reel/transitions-presets.html
diff options
context:
space:
mode:
authorEric Guzman2012-03-02 11:22:44 -0800
committerEric Guzman2012-03-02 11:22:44 -0800
commitaabb48a1c8d34bc968f4c6b0ffee4e31c1d5d286 (patch)
treee01815f333e32771fd28725485eb3935bcd94ab8 /js/panels/presets/transitions-presets.reel/transitions-presets.html
parentff0a956f33df034e9a009cfcb8999e469456a4b5 (diff)
downloadninja-aabb48a1c8d34bc968f4c6b0ffee4e31c1d5d286.tar.gz
Presets Panel - Fix single-click activation, and transition cut-off bug.
Use double-click as the activation event for transition presets. Also fixed the bug when applying a style preset before the transition preset, which disabled transitions after the first one.
Diffstat (limited to 'js/panels/presets/transitions-presets.reel/transitions-presets.html')
-rw-r--r--js/panels/presets/transitions-presets.reel/transitions-presets.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/panels/presets/transitions-presets.reel/transitions-presets.html b/js/panels/presets/transitions-presets.reel/transitions-presets.html
index c22ed351..5dc28edf 100644
--- a/js/panels/presets/transitions-presets.reel/transitions-presets.html
+++ b/js/panels/presets/transitions-presets.reel/transitions-presets.html
@@ -40,6 +40,7 @@ No rights, expressed or implied, whatsoever to this software are provided by Mot
40 "element" : {"#": "libraryContainer"}, 40 "element" : {"#": "libraryContainer"},
41 "branchComponent" : {"@": "branch" }, 41 "branchComponent" : {"@": "branch" },
42 "contentController": {"@": "presetsController"}, 42 "contentController": {"@": "presetsController"},
43 "activationEvent" : "dblclick",
43 "showRoot": false 44 "showRoot": false
44 } 45 }
45 }, 46 },