give variable declaration a sense
This commit is contained in:
		
							parent
							
								
									5507a22865
								
							
						
					
					
						commit
						a8fe4b7419
					
				| @ -438,11 +438,11 @@ class MainWindow(QMainWindow): | ||||
|         self.plotWaveformData() | ||||
| 
 | ||||
|     def adjustFilterOptions(self): | ||||
|         filteroptions = None | ||||
|         filteroptions = self.getFilterOptions() | ||||
|         fstring = "Filter Options ({0})".format(self.getSeismicPhase()) | ||||
|         filterDlg = FilterOptionsDialog(titleString=fstring, | ||||
|                                         parent=self, | ||||
|                                         filterOptions=self.getFilterOptions()) | ||||
|                                         filterOptions=filteroptions) | ||||
|         if filterDlg.exec_(): | ||||
|             filteroptions = filterDlg.getFilterOptions() | ||||
|             self.setFilterOptions(filteroptions) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user