Issue #256 : update Move tool tooltip

This commit is contained in:
jdescottes 2015-09-02 01:16:09 +02:00
parent 6a2f7fb58d
commit 744709b15b

View File

@ -10,6 +10,12 @@
this.toolId = ns.Move.TOOL_ID;
this.helpText = 'Move tool';
this.tooltipDescriptors = [
{key : 'ctrl', description : 'Apply to all layers'},
{key : 'shift', description : 'Apply to all frames'},
{key : 'alt', description : 'Warp canvas borders'}
];
// Stroke's first point coordinates (set in applyToolAt)
this.startCol = null;
this.startRow = null;