Skip to content

Commit 970497a

Browse files
committed
Added comments
1 parent a17aabf commit 970497a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
// Toggles the currently selected item(s) 'Constrain Proportions' setting
12
for (var i=0; i < [selection count]; i++) {
23
var s = [selection objectAtIndex:i]
34
[[s frame] setConstrainProportions:![s constrainProportions]]
45
}
6+
// This is needed to update the inspector's icon
57
[doc reloadInspector]

0 commit comments

Comments
 (0)