Richard Baltrusch

Results 3 comments of Richard Baltrusch

I have also noticed this issue. According to [this stackoverflow thread](https://stackoverflow.com/questions/3524970/why-does-lua-have-no-continue-statement), the `goto` statement exists in LuaJIT since v2.0.1 and Lua since 5.2. Although `goto` should typically be avoided in...

The following code reproducibly produces the buggy behaviour with just a newline as initial text: ```python import pygame import pygame_gui pygame.init() screen = pygame.display.set_mode((400, 200)) clock = pygame.time.Clock() manager =...

For me, the approach of adding a custom `UIImage` on top of an empty `UIButton` widget has worked without needing to specify anything in a theme file, at the expense...