diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2021-12-13 13:29:47 +0000 | 
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-12-13 13:29:47 +0000 | 
| commit | 1643562e75f81eb4a5e42ae221632eaf4724275d (patch) | |
| tree | bea4d4914aed19c94a1d9f9a9a6144cb88620b11 /src/PythonIDE | |
| parent | 68fa38890a25ee84355f4f61367daa53a7cc4a5e (diff) | |
| download | esotericFORTRAN-1643562e75f81eb4a5e42ae221632eaf4724275d.tar.gz esotericFORTRAN-1643562e75f81eb4a5e42ae221632eaf4724275d.zip | |
fixed bug with gui
Diffstat (limited to 'src/PythonIDE')
| -rw-r--r-- | src/PythonIDE/src/esotericFORTRANIDE.py | 2 | 
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( | 
