summaryrefslogtreecommitdiffstats
path: root/src/components/mail/listing/compact.rs
diff options
context:
space:
mode:
authorManos Pitsidianakis <el13635@mail.ntua.gr>2020-09-11 14:50:18 +0300
committerManos Pitsidianakis <el13635@mail.ntua.gr>2020-09-11 17:02:27 +0300
commita1585d40069f4bb6b14aae9a092d4c14597ac320 (patch)
treefb8933d8e49f88eaa5c47b841f249221ad375e76 /src/components/mail/listing/compact.rs
parented27ed604ce8e4ec280e34bb7a2dce42926089b0 (diff)
components/listing: draw rows select status at all times
Diffstat (limited to 'src/components/mail/listing/compact.rs')
-rw-r--r--src/components/mail/listing/compact.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/mail/listing/compact.rs b/src/components/mail/listing/compact.rs
index 5f140184..fd579fa8 100644
--- a/src/components/mail/listing/compact.rs
+++ b/src/components/mail/listing/compact.rs
@@ -1549,6 +1549,7 @@ impl Component for CompactListing {
} else {
let thread_hash = self.get_thread_under_cursor(self.cursor_pos.2);
self.selection.entry(thread_hash).and_modify(|e| *e = !*e);
+ self.row_updates.push(thread_hash);
}
return true;
}