Clear the window to rather light grey when switching to RGB mode.

This commit is contained in:
Guido van Rossum 1992-08-21 12:41:23 +00:00
parent e755aa50e2
commit 33a8d428db

View file

@ -301,6 +301,8 @@ class VinFile:
if self.format == 'rgb':
gl.RGBmode()
gl.gconfig()
gl.RGBcolor(200, 200, 200)
gl.clear()
return
gl.cmode()
gl.gconfig()