only show symbol menu for label fragments

in InputSlotDialog
pull/3/merge
jmoenig 2013-11-04 15:12:21 +01:00
rodzic 405c36805b
commit c95c1a223d
2 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -106,7 +106,7 @@ SymbolMorph*/
// Global stuff ////////////////////////////////////////////////////////
modules.byob = '2013-October-25';
modules.byob = '2013-November-04';
// Declarations
@ -2490,7 +2490,9 @@ InputSlotDialogMorph.prototype.open = function (
var txt = new InputFieldMorph(defaultString),
oldFlag = Morph.prototype.trackChanges;
txt.choices = this.symbolMenu;
if (!this.fragment.type) {
txt.choices = this.symbolMenu;
}
Morph.prototype.trackChanges = false;
this.isExpanded = this.isLaunchingExpanded;
txt.setWidth(250);

Wyświetl plik

@ -1980,3 +1980,4 @@ ______
131104
———
* GUI: filter quotation marks from project names (for backend index)
* BYOB: only show symbol menu for label fragments