kopia lustrzana https://github.com/backface/turtlestitch
rodzic
405c36805b
commit
c95c1a223d
6
byob.js
6
byob.js
|
@ -106,7 +106,7 @@ SymbolMorph*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.byob = '2013-October-25';
|
modules.byob = '2013-November-04';
|
||||||
|
|
||||||
// Declarations
|
// Declarations
|
||||||
|
|
||||||
|
@ -2490,7 +2490,9 @@ InputSlotDialogMorph.prototype.open = function (
|
||||||
var txt = new InputFieldMorph(defaultString),
|
var txt = new InputFieldMorph(defaultString),
|
||||||
oldFlag = Morph.prototype.trackChanges;
|
oldFlag = Morph.prototype.trackChanges;
|
||||||
|
|
||||||
txt.choices = this.symbolMenu;
|
if (!this.fragment.type) {
|
||||||
|
txt.choices = this.symbolMenu;
|
||||||
|
}
|
||||||
Morph.prototype.trackChanges = false;
|
Morph.prototype.trackChanges = false;
|
||||||
this.isExpanded = this.isLaunchingExpanded;
|
this.isExpanded = this.isLaunchingExpanded;
|
||||||
txt.setWidth(250);
|
txt.setWidth(250);
|
||||||
|
|
|
@ -1980,3 +1980,4 @@ ______
|
||||||
131104
|
131104
|
||||||
———
|
———
|
||||||
* GUI: filter quotation marks from project names (for backend index)
|
* GUI: filter quotation marks from project names (for backend index)
|
||||||
|
* BYOB: only show symbol menu for label fragments
|
||||||
|
|
Ładowanie…
Reference in New Issue