mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Lots of minor tweaks for the pep252 checkins, mainly because Qd
attributes are no longer supported.
This commit is contained in:
		
							parent
							
								
									202355a333
								
							
						
					
					
						commit
						362c7cd07b
					
				
					 25 changed files with 60 additions and 61 deletions
				
			
		|  | @ -48,8 +48,8 @@ def UpdateSplash(drawdialog = 0, what = 0): | |||
| 	if drawdialog: | ||||
| 		splash.DrawDialog() | ||||
| 	drawtext(what) | ||||
| 	splash.GetDialogWindow().ValidWindowRect(splash.GetDialogPort().portRect) | ||||
| 	Qd.QDFlushPortBuffer(splash.GetDialogWindow().GetWindowPort(), None) | ||||
| 	splash.GetDialogWindow().ValidWindowRect(splash.GetDialogPort().GetPortBounds()) | ||||
| 	splash.GetDialogWindow().GetWindowPort().QDFlushPortBuffer(None) | ||||
| 
 | ||||
| def drawtext(what = 0): | ||||
| 	Qd.SetPort(splash) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jack Jansen
						Jack Jansen