mirror of
https://github.com/zakk4223/CocoaSplit.git
synced 2026-05-21 06:46:14 -06:00
Restored source snapping
This commit is contained in:
parent
103b700aef
commit
d02807708f
2 changed files with 1 additions and 2 deletions
Binary file not shown.
|
|
@ -881,9 +881,8 @@
|
|||
c_center_snap = NSMakePoint(self.sourceLayout.canvas_width/2, self.sourceLayout.canvas_height/2);
|
||||
c_snap_size = 3;
|
||||
|
||||
//NSArray *srcs = self.sourceLayout.topLevelSourceList;
|
||||
NSArray *srcs = self.sourceLayout.topLevelSourceList;
|
||||
|
||||
NSArray *srcs = @[];
|
||||
|
||||
c_snap_size += srcs.count*3;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue