Fix for #731643: allow "lookup in documentation" to also work if the

interactive window is frontmost.
This commit is contained in:
Jack Jansen 2003-05-06 14:28:31 +00:00
parent c7c78ae531
commit 9a79182316
4 changed files with 16 additions and 5 deletions

View file

@ -236,7 +236,9 @@ class PyConsole(W.Window):
prefs.console.tabsettings = self.consoletext.gettabsettings()
prefs.save()
def getselectedtext(self):
return self.consoletext.getselectedtext()
class OutputTextWidget(W.EditText):
def domenu_save_as(self, *args):