File tree 2 files changed +3
-2
lines changed
Distributor.sketchplugin/Contents/Sketch
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 40
40
]
41
41
},
42
42
"identifier" : " com.betterthantomorrow.sketch.distributor" ,
43
- "version" : " 1.0.3.1 " ,
43
+ "version" : " 1.0.3.1b " ,
44
44
"description" : " Distribute selected objects vertically or horizontally with exact spacing." ,
45
45
"authorEmail" :
" [email protected] " ,
46
46
"name" : " Distributor"
Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ var Distributor = {
54
54
} ,
55
55
56
56
trimmedLayer : function ( layer ) {
57
- return MSSliceTrimming . trimmedRectForLayerAncestry ( MSImmutableLayerAncestry . ancestryWithMSLayer ( layer ) ) ;
57
+ //return MSSliceTrimming.trimmedRectForLayerAncestry(MSImmutableLayerAncestry.ancestryWithMSLayer(layer));
58
+ return [ layer rect ]
58
59
} ,
59
60
60
61
createChoices : function ( msg ) {
You can’t perform that action at this time.
0 commit comments