summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-12-13 13:29:47 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-12-13 13:29:47 +0000
commit1643562e75f81eb4a5e42ae221632eaf4724275d (patch)
treebea4d4914aed19c94a1d9f9a9a6144cb88620b11 /src
parent68fa38890a25ee84355f4f61367daa53a7cc4a5e (diff)
downloadesotericFORTRAN-1643562e75f81eb4a5e42ae221632eaf4724275d.tar.gz
esotericFORTRAN-1643562e75f81eb4a5e42ae221632eaf4724275d.zip
fixed bug with gui
Diffstat (limited to 'src')
-rw-r--r--src/PythonIDE/src/esotericFORTRANIDE.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PythonIDE/src/esotericFORTRANIDE.py b/src/PythonIDE/src/esotericFORTRANIDE.py
index 721e629..190484d 100644
--- a/src/PythonIDE/src/esotericFORTRANIDE.py
+++ b/src/PythonIDE/src/esotericFORTRANIDE.py
@@ -185,7 +185,7 @@ class ApplicationMenu(tk.Menu):
self.add_cascade(label = "Run", menu = self.run_menu)
self.run_menu.add_command(
label = "Clear results",
- command = self.parent.results_pane.clear_results(),
+ command = self.parent.results_pane.clear_results,
accelerator = "F4"
)
self.run_menu.add_command(