Thomas Jebson
Thomas Jebson
OK, having tested both Windows 22H2 and 23H2 on Python version 3.9.11 neither exhibited any of the strange full screen behaviour I observed. What I am going to do now,...
Thats OK, I've still not had any improvement since our discussion and will leave the issue open - if anyone has any further information or encounters the same strange behaviour...
After a bit more analysis of the problem, I have come up with a temporary solution that works around the problem, but haven't yet identified what is causing the problem...
Could you add more details as to what the issue is here? Its not clear - sorry! Alternatively, you can use the templates for a more structured issue :)
Is it possible you can share the full code - or a link to it, this is a really interesting problem and being able to recreate it locally will help...
Thanks for getting back to me. I will check out your code and run it as soon as I'm able to tomorrow, but I am already seeing some potential causes...
``` import pygame import time pygame.init() WINDOW_TITLE = "Monopoly Calculator" WINDOW_SIZE = (1280, 720) BLUE = (0,0,255) BLACK = (0,0,0) WHITE = (255,255,255) YELLOW = (255,255,0) RED = (255,0,0) DEFAULT...
Thank you very much for bringing this to my attention! As a temporary fix to this issue, I have disabled text rendering - this solves the problem and allows Pycraft...