Skip to content

Commit 3e6ce26

Browse files
picobytepicobyte
authored andcommitted
obviously
Signed-off-by: picobyte <PiC.o0.o.BytE@gmail.com>
1 parent ca866a5 commit 3e6ce26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

game/edit_button.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ init -1500 python in _editor:
358358
if self.wrap2buf[cy][0] == 0:
359359
i += 1
360360
cx = 0
361-
self.console.cy = self.console.CY = max(cy, self.nolines-1)
361+
self.console.cy = self.console.CY = min(cy, self.nolines-1)
362362
self.console.max = self.console.cx = self.console.CX = cx
363363
renpy.redraw(self.console, 0)
364364

0 commit comments

Comments
 (0)