summaryrefslogtreecommitdiffstats
path: root/src/interactive/widgets/header.rs
diff options
context:
space:
mode:
authorSebastian Thiel <sthiel@thoughtworks.com>2020-05-04 13:27:30 +0800
committerSebastian Thiel <sthiel@thoughtworks.com>2020-05-04 13:27:30 +0800
commit42c541ac1977cef5169981c5996820214da9c937 (patch)
tree5f82f70e61536478de487a17726d69a8c5c467bf /src/interactive/widgets/header.rs
parenta078086ce7fad108929afc7c8f24ab7c05b1be46 (diff)
Upgrade to tui 0.9v2.6.0tui-react-v0.4.0
Diffstat (limited to 'src/interactive/widgets/header.rs')
-rw-r--r--src/interactive/widgets/header.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interactive/widgets/header.rs b/src/interactive/widgets/header.rs
index 75f72a4..745db3c 100644
--- a/src/interactive/widgets/header.rs
+++ b/src/interactive/widgets/header.rs
@@ -46,6 +46,6 @@ impl Header {
bg: bg_color,
..Default::default()
})
- .draw(area, buf);
+ .render(area, buf);
}
}