Changeset - da8f36f809f1
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 9 years ago 2016-06-11 17:18:05
drewp@bigasterisk.com
shorten note labels
Ignore-this: d84baceec8da54ec2c9e6fb6e2e238b8
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/web/timeline/timeline.coffee
Show inline comments
 
@@ -363,14 +363,14 @@ Polymer
 
              )
 
            console.log(adj)
 
          
 
      screenPos = (pt) =>
 
        $V([@zoomInX(pt.e(1)), @offsetTop + (1 - pt.e(2)) * @offsetHeight])
 

	
 
      @dia.setNote(@uri, (screenPos(pt) for pt in worldPts),
 
                   @graph.uriValue(@uri, U(':effectClass')))
 
      label = @graph.uriValue(@uri, U(':effectClass')).replace(/.*\//, '')
 
      @dia.setNote(@uri, (screenPos(pt) for pt in worldPts), label)
 

	
 
    catch e
 
      log("during resize of #{@uri}: #{@e}")
 

	
 
Polymer
 
  is: "light9-timeline-adjusters"
0 comments (0 inline, 0 general)