Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
c4656827
Commit
c4656827
authored
Dec 28, 2018
by
Terry Jan Reedy
Committed by
GitHub
Dec 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-35591: IDLE Find Selection now works when selection not found (GH-11339)
parent
55698cc3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Lib/idlelib/searchbase.py
Lib/idlelib/searchbase.py
+1
-1
Misc/NEWS.d/next/IDLE/2018-12-28-01-19-20.bpo-35591.SFpDj2.rst
...NEWS.d/next/IDLE/2018-12-28-01-19-20.bpo-35591.SFpDj2.rst
+1
-0
No files found.
Lib/idlelib/searchbase.py
View file @
c4656827
...
...
@@ -42,6 +42,7 @@ class SearchDialogBase:
icon (of dialog): ditto, use unclear if cannot minimize dialog.
'''
self
.
root
=
root
self
.
bell
=
root
.
bell
self
.
engine
=
engine
self
.
top
=
None
...
...
@@ -80,7 +81,6 @@ class SearchDialogBase:
top
.
wm_title
(
self
.
title
)
top
.
wm_iconname
(
self
.
icon
)
self
.
top
=
top
self
.
bell
=
top
.
bell
self
.
row
=
0
self
.
top
.
grid_columnconfigure
(
0
,
pad
=
2
,
weight
=
0
)
...
...
Misc/NEWS.d/next/IDLE/2018-12-28-01-19-20.bpo-35591.SFpDj2.rst
0 → 100644
View file @
c4656827
Find Selection now works when selection not found.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment