fixed "show categories" setting display

snap7
jmoenig 2021-10-14 13:06:45 +02:00
rodzic 1d981576ac
commit b084915590
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -43,6 +43,7 @@
### 2021-10-14
* gui, byob, objects: scroll custom category buttons if there are more than 6
* gui, byob: scroll selected custom category button into view
* gui: fixed "show categories" setting display
### 2021-10-12
* scenes, store: store single palette setting per project (for making extensions)

Wyświetl plik

@ -4190,7 +4190,7 @@ IDE_Morph.prototype.settingsMenu = function () {
addPreference(
'Show categories',
() => this.toggleCategoryNames(),
this.scene.unifiedPalette,
this.scene.showCategories,
'uncheck to hide\ncategory names\nin the palette',
'check to show\ncategory names\nin the palette'
);