[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]
 | 
					                        picks = self.getPicks(picktype)[phase]
 | 
				
			||||||
                elif phase is None:
 | 
					                elif phase is None:
 | 
				
			||||||
                    for phase, picks in self.getPicks(picktype).items():
 | 
					                    for phase, picks in self.getPicks(picktype).items():
 | 
				
			||||||
 | 
					                        if phase == 'SPt':
 | 
				
			||||||
 | 
					                            continue
 | 
				
			||||||
                        self.drawPicks(phase, picktype, textOnly, picks)
 | 
					                        self.drawPicks(phase, picktype, textOnly, picks)
 | 
				
			||||||
                    return
 | 
					                    return
 | 
				
			||||||
                else:
 | 
					                else:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user