Skip to content

Commit 9e3f14d

Browse files
committed
Config Window cursor placement fix for return from search
1 parent 04243ba commit 9e3f14d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyradio/config_window.py

+2
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,8 @@ def _put_cursor(self, jump):
517517
else:
518518
if self.__selection < self._start:
519519
self._start = self.__selection
520+
if self.__selection < self._start:
521+
self._start = self.__selection
520522

521523
def _populate_help_lines(self):
522524
self._help_lines = []

0 commit comments

Comments
 (0)