summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-02-09 23:02:26 +0100
committermathieui <mathieui@mathieui.net>2015-02-09 23:02:26 +0100
commitb376cdb35e474e42fc473aa99b88540c411bb897 (patch)
treec8e22860e8e619e7d81276198b955f2b9c95816e
parent0e29714c955044a76082844ad86b79048cc9efdc (diff)
downloadpoezio-b376cdb35e474e42fc473aa99b88540c411bb897.tar.gz
poezio-b376cdb35e474e42fc473aa99b88540c411bb897.tar.bz2
poezio-b376cdb35e474e42fc473aa99b88540c411bb897.tar.xz
poezio-b376cdb35e474e42fc473aa99b88540c411bb897.zip
Fix a color not going back to normal when adding a row in the BookmarksTab
-rw-r--r--src/windows/bookmark_forms.py1
1 files changed, 1 insertions, 0 deletions
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: