kopia lustrzana https://github.com/backface/turtlestitch
rodzic
a629388f51
commit
1d66211c92
|
|
@ -10667,7 +10667,7 @@ ScrollFrameMorph.prototype.scrollX = function (steps) {
|
|||
newX;
|
||||
|
||||
if (this.vBar.isVisible) {
|
||||
r -= this.vBar.width();
|
||||
r -= this.scrollBarSize;
|
||||
}
|
||||
|
||||
newX = cl + steps;
|
||||
|
|
@ -10690,7 +10690,7 @@ ScrollFrameMorph.prototype.scrollY = function (steps) {
|
|||
newY;
|
||||
|
||||
if (this.hBar.isVisible) {
|
||||
b -= this.hBar.height();
|
||||
b -= this.scrollBarSize;
|
||||
}
|
||||
|
||||
newY = ct + steps;
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue