kopia lustrzana https://github.com/backface/turtlestitch
migrated turtle rotation center options
rodzic
b9ca2ad9ba
commit
d9fc87d347
|
@ -8842,8 +8842,8 @@ TurtleIconMorph.prototype.userMenu = function () {
|
||||||
function () {
|
function () {
|
||||||
myself.object.penPoint = 'tip';
|
myself.object.penPoint = 'tip';
|
||||||
myself.object.changed();
|
myself.object.changed();
|
||||||
myself.object.drawNew();
|
myself.object.fixLayout();
|
||||||
myself.object.changed();
|
myself.object.rerender();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
menu.addItem(
|
menu.addItem(
|
||||||
|
@ -8853,8 +8853,8 @@ TurtleIconMorph.prototype.userMenu = function () {
|
||||||
function () {
|
function () {
|
||||||
myself.object.penPoint = 'middle';
|
myself.object.penPoint = 'middle';
|
||||||
myself.object.changed();
|
myself.object.changed();
|
||||||
myself.object.drawNew();
|
myself.object.fixLayout();
|
||||||
myself.object.changed();
|
myself.object.rerender();
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
return menu;
|
return menu;
|
||||||
|
|
Ładowanie…
Reference in New Issue