fixed dropdown menu generation for untranslated items

pull/89/head
jmoenig 2019-11-06 01:41:21 +01:00
rodzic 8d55cee5ef
commit 5ce04426e9
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -13,6 +13,7 @@
* blocks: don't translate variable names in drop-down menus
* objects: don't translate variable names in "delete a variable" button menu
* blocks: don't translate variable names in "inherit" block menu
* blocks: fixed dropdown menu generation for untranslated items
## v5.3.1:
* **Notable Fixes:**

Wyświetl plik

@ -8749,7 +8749,7 @@ InputSlotMorph.prototype.menuFromDict = function (
} else if (choices[key].length === 2) { // don't translate
menu.addItem(
key,
choices[key],
choices[key][0],
null, // hint
null, // color
null, // bold