adjust scroll bars when refreshing the palette

snap7
jmoenig 2021-07-08 09:11:40 +02:00
rodzic 955b3f7075
commit c8cd14eecd
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,7 @@
### 2021-07-08
* objects: added category labels to unified palette
* gui: accelerated unified palette scrolling animation
* adjust scroll bars when refreshing the palette
### 2021-07-07
* morphic, gui: tweaked perish() animation

Wyświetl plik

@ -2552,6 +2552,7 @@ IDE_Morph.prototype.refreshPalette = function (shouldIgnorePosition) {
if (!shouldIgnorePosition) {
this.palette.contents.setTop(oldTop);
}
this.palette.adjustScrollBars();
};
IDE_Morph.prototype.scrollPaletteToCategory = function (category) {