From b376cdb35e474e42fc473aa99b88540c411bb897 Mon Sep 17 00:00:00 2001 From: mathieui Date: Mon, 9 Feb 2015 23:02:26 +0100 Subject: Fix a color not going back to normal when adding a row in the BookmarksTab --- src/windows/bookmark_forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/windows/bookmark_forms.py b/src/windows/bookmark_forms.py index 402e2155..7cbd30cc 100644 --- a/src/windows/bookmark_forms.py +++ b/src/windows/bookmark_forms.py @@ -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: -- cgit v1.2.3