Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 506b18f

Browse files
fixed typo in resultTextbrowser call in clear plot
1 parent 9931f83 commit 506b18f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PythonGUI_apps/Spectrum_analysis/Spectra_plot_fit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def normalize(self):
147147

148148
def clear_plot(self):
149149
self.ui.plot.clear()
150-
self.ui.Result_textBrowser.clear()
150+
self.ui.result_textBrowser.clear()
151151

152152
def clear_check(self):
153153
if self.ui.clear_checkBox.isChecked() == True:
@@ -280,4 +280,4 @@ def run():
280280
return win
281281

282282
#Uncomment below if you want to run this as standalone
283-
#run()
283+
run()

0 commit comments

Comments
 (0)