Skip to content

Commit

Permalink
obviously
Browse files Browse the repository at this point in the history
Signed-off-by: picobyte <[email protected]>
  • Loading branch information
picobyte authored and picobyte committed Nov 15, 2017
1 parent ca866a5 commit 3e6ce26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/edit_button.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ init -1500 python in _editor:
if self.wrap2buf[cy][0] == 0:
i += 1
cx = 0
self.console.cy = self.console.CY = max(cy, self.nolines-1)
self.console.cy = self.console.CY = min(cy, self.nolines-1)
self.console.max = self.console.cx = self.console.CX = cx
renpy.redraw(self.console, 0)

Expand Down

0 comments on commit 3e6ce26

Please sign in to comment.