fixed typo in t1 calculation, extra context for graphs: fixes T242; fixes T245
This commit is contained in:
		| @@ -87,7 +87,7 @@ class QRelaxCalc(QtWidgets.QDialog, Ui_Dialog): | ||||
|         else: | ||||
|             self.label_7.setText('\u03c9 / Hz') | ||||
|  | ||||
|     @QtCore.pyqtSlot(int, name='on_temp_combobox_curr#entIndexChanged') | ||||
|     @QtCore.pyqtSlot(int, name='on_temp_combobox_currentIndexChanged') | ||||
|     def temp_combo_change(self, idx: int): | ||||
|         self.arr_widget.setVisible(idx == 0) | ||||
|         self.vft_widget.setVisible(idx == 1) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user