[bugfix] workaround for SPt in pick dictionary
This commit is contained in:
		
							parent
							
								
									508250f03f
								
							
						
					
					
						commit
						dcca731890
					
				@ -2628,6 +2628,8 @@ class PickDlg(QDialog):
 | 
			
		||||
                        picks = self.getPicks(picktype)[phase]
 | 
			
		||||
                elif phase is None:
 | 
			
		||||
                    for phase, picks in self.getPicks(picktype).items():
 | 
			
		||||
                        if phase == 'SPt':
 | 
			
		||||
                            continue
 | 
			
		||||
                        self.drawPicks(phase, picktype, textOnly, picks)
 | 
			
		||||
                    return
 | 
			
		||||
                else:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user