diff options
author | Seth Hitefield <sdh11@vt.edu> | 2015-11-13 18:51:04 -0500 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2015-11-24 17:01:31 +0100 |
commit | ba57cd0c5e7352c81e5025760d7aaecde92d083b (patch) | |
tree | 7ad66399e7268628c4586ecf513b4802ef6a9c2b /grc/gui/Param.py | |
parent | 461152d46e6db790e37b09bd3b92035b62d7091f (diff) |
grc: Added option to use the default editor when opening embedded python blocks
Diffstat (limited to 'grc/gui/Param.py')
-rw-r--r-- | grc/gui/Param.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/grc/gui/Param.py b/grc/gui/Param.py index 5f83689023..515c345a73 100644 --- a/grc/gui/Param.py +++ b/grc/gui/Param.py @@ -221,8 +221,6 @@ class PythonEditorParam(InputParam): self.pack_start(button, True) def open_editor(self, widget=None): - if not os.path.exists(Constants.EDITOR): - Dialogs.ChooseEditorDialog() flowgraph = self.param.get_parent().get_parent() flowgraph.install_external_editor(self.param) |