Tsunami014 (Max)
Tsunami014 (Max)
I have the same issue...
no, or at least not for me yet, I'm getting the same issue still
Same with me! That's annoying, but still usable so until it gets fixed at least I can still use it. I was starting to get concerned that I couldn't use...
Same here
I FIGURED OUT SOMETHING If you release your mouse fast enough and then run `pygame.event.___` (in this case I used `.pump()`) then it will not freeze! ```python import pygame pygame.init()...
Fixed with a change of import statement: `from types.input.input import input` Though it's weird why it didn't do that in the first place
OK cool, was just one idea for the implementation anyway! Also, for however you do it, an idea could also be to hide handles for collapsed (or whatever your alternative...
I mean, it just becomes less of a problem; like if you had a very large number of elements or something it would be annoying Or if you were working...
Well the way I thought of would be this (my personal opinion only because you asked): Have some settings title, possibly in its own settings tab with the following in...
I did think that but the 'formatting' settings heading is quite large, if you broke it up that would work better but that's tricky with the presets and 2 different...