Skip to content

Commit 3e6ce26

Browse files
picobytepicobyte
picobyte
authored and
picobyte
committed
obviously
Signed-off-by: picobyte <[email protected]>
1 parent ca866a5 commit 3e6ce26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/edit_button.rpy

+1-1
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)