kopia lustrzana https://github.com/backface/turtlestitch
adjust scroll bars when refreshing the palette
rodzic
955b3f7075
commit
c8cd14eecd
|
@ -23,6 +23,7 @@
|
||||||
### 2021-07-08
|
### 2021-07-08
|
||||||
* objects: added category labels to unified palette
|
* objects: added category labels to unified palette
|
||||||
* gui: accelerated unified palette scrolling animation
|
* gui: accelerated unified palette scrolling animation
|
||||||
|
* adjust scroll bars when refreshing the palette
|
||||||
|
|
||||||
### 2021-07-07
|
### 2021-07-07
|
||||||
* morphic, gui: tweaked perish() animation
|
* morphic, gui: tweaked perish() animation
|
||||||
|
|
|
@ -2552,6 +2552,7 @@ IDE_Morph.prototype.refreshPalette = function (shouldIgnorePosition) {
|
||||||
if (!shouldIgnorePosition) {
|
if (!shouldIgnorePosition) {
|
||||||
this.palette.contents.setTop(oldTop);
|
this.palette.contents.setTop(oldTop);
|
||||||
}
|
}
|
||||||
|
this.palette.adjustScrollBars();
|
||||||
};
|
};
|
||||||
|
|
||||||
IDE_Morph.prototype.scrollPaletteToCategory = function (category) {
|
IDE_Morph.prototype.scrollPaletteToCategory = function (category) {
|
||||||
|
|
Ładowanie…
Reference in New Issue