aboutsummaryrefslogtreecommitdiffstats
path: root/thumbs.c
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2012-02-12 19:00:41 +0100
committerBert Münnich <ber.t@gmx.com>2012-02-12 19:00:41 +0100
commitb8458271fba9929831dcc71d86c205fb52578e3a (patch)
tree47e7d0ad532ef3c0ddd8d60f79bf0b475e61696d /thumbs.c
parent8fc7cb73b37cb00f164425bcced0afbc949a3429 (diff)
downloadnsxiv-b8458271fba9929831dcc71d86c205fb52578e3a.tar.zst
Added text bar on bottom of window
Diffstat (limited to 'thumbs.c')
-rw-r--r--thumbs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/thumbs.c b/thumbs.c
index bbb97b9..10b2fc8 100644
--- a/thumbs.c
+++ b/thumbs.c
@@ -385,7 +385,6 @@ void tns_highlight(tns_t *tns, int n, bool hl) {
win_draw_rect(win, win->pm, x - 3, y - 3, THUMB_SIZE + 6, THUMB_SIZE + 6,
false, 2, col);
}
- win_draw(win);
}
bool tns_move_selection(tns_t *tns, direction_t dir) {