Skip to content

Commit

Permalink
Fix issue with not removed 1st line on Theme::remove_horizontal_lines
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiburt committed Aug 6, 2024
1 parent 655806a commit 300c07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tabled/src/settings/themes/theme.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ impl Theme {
/// Remove horizontal lines.
pub fn remove_horizontal_lines(&mut self) {
self.set_horizontal_lines(HashMap::new());
self.lines_horizontal1 = None;
self.chars.horizontal = None;
self.chars.left_intersection = None;
self.chars.right_intersection = None;
Expand Down

0 comments on commit 300c07b

Please sign in to comment.