Fix console line recall after execution

This commit is contained in:
LoafyLemon 2024-05-18 21:09:05 +01:00
parent 369dc3f66d
commit 64bdb6561b

View File

@ -409,6 +409,7 @@ init python in _console:
widget = renpy.get_widget("console", "consolevp")
widget.yadjustment._value = 9999999
console.run([content])
console.newer()
renpy.display.render.redraw(self, 0)
renpy.restart_interaction()