Enable the experimental `QPrivatePath` functionality from latest `pyqtgraph`
							parent
							
								
									4dc8051853
								
							
						
					
					
						commit
						6cd61c3664
					
				| 
						 | 
					@ -54,6 +54,10 @@ def _do_overrides() -> None:
 | 
				
			||||||
    pg.functions.invertQTransform = invertQTransform
 | 
					    pg.functions.invertQTransform = invertQTransform
 | 
				
			||||||
    pg.PlotItem = PlotItem
 | 
					    pg.PlotItem = PlotItem
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    # enable "QPainterPathPrivate for faster arrayToQPath" from
 | 
				
			||||||
 | 
					    # https://github.com/pyqtgraph/pyqtgraph/pull/2324
 | 
				
			||||||
 | 
					    pg.setConfigOption('enableExperimental', True)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# NOTE: the below customized type contains all our changes on a method
 | 
					# NOTE: the below customized type contains all our changes on a method
 | 
				
			||||||
# by method basis as per the diff:
 | 
					# by method basis as per the diff:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue