Remove code to set position at end
Because it doesn't do anything when you select all the text.
This commit is contained in:
parent
1707940be0
commit
b5c2cb748e
@ -544,7 +544,6 @@ class pluginclass( object ):
|
|||||||
# of the existing text, that's the most likely candidate anyhow
|
# of the existing text, that's the most likely candidate anyhow
|
||||||
self.searchEntry.grab_focus()
|
self.searchEntry.grab_focus()
|
||||||
if self.rememberFilter or not clear:
|
if self.rememberFilter or not clear:
|
||||||
self.searchEntry.set_position(-1)
|
|
||||||
self.searchEntry.select_region( 0, -1 )
|
self.searchEntry.select_region( 0, -1 )
|
||||||
else:
|
else:
|
||||||
self.searchEntry.set_text("")
|
self.searchEntry.set_text("")
|
||||||
|
Loading…
Reference in New Issue
Block a user