mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix for #731643: allow "lookup in documentation" to also work if the
interactive window is frontmost.
This commit is contained in:
parent
c7c78ae531
commit
9a79182316
4 changed files with 16 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue