Fix a color not going back to normal when adding a row in the BookmarksTab
This commit is contained in:
parent
0e29714c95
commit
b376cdb35e
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ class BookmarksWin(Win):
|
|||
BookmarkPasswordInput(bookmark),
|
||||
BookmarkAutojoinWin(bookmark),
|
||||
BookmarkMethodInput(bookmark)))
|
||||
self.lines[self.current_input][self.current_horizontal_input].set_color(get_theme().COLOR_NORMAL_TEXT)
|
||||
self.current_horizontal_input = 0
|
||||
self.current_input = len(self.lines) - 1
|
||||
if self.current_input - self.scroll_pos > self.height-1:
|
||||
|
|
Loading…
Reference in a new issue