We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f2d7a commit 94ed2cdCopy full SHA for 94ed2cd
odmtools/gui/pnlScript.py
@@ -179,7 +179,7 @@ def OnExecute(self, e):
179
180
def OnExecuteSelection(self, e):
181
# self.runCommand(self.control.GetSelectedTextRaw())
182
- for l in self.control.GetText().split('\n'):
+ for l in self.control.GetSelectedTextRaw().split('\n'):
183
self.runCommand(l)
184
185
def OnExecuteLine(self, e):
0 commit comments