mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-21 21:09:42 +00:00
Merge 1947cf5d6a
into e3688e9b3d
This commit is contained in:
commit
b1c0a0a335
|
@ -205,7 +205,8 @@ impl FloatContent for FloatingText {
|
||||||
.title_style(Style::default().reversed())
|
.title_style(Style::default().reversed())
|
||||||
.style(Style::default());
|
.style(Style::default());
|
||||||
|
|
||||||
// Draw the Block first
|
frame.render_widget(Clear, area);
|
||||||
|
|
||||||
frame.render_widget(block.clone(), area);
|
frame.render_widget(block.clone(), area);
|
||||||
|
|
||||||
// Calculate the inner area to ensure text is not drawn over the border
|
// Calculate the inner area to ensure text is not drawn over the border
|
||||||
|
@ -253,9 +254,6 @@ impl FloatContent for FloatingText {
|
||||||
.block(Block::default())
|
.block(Block::default())
|
||||||
.highlight_style(Style::default().reversed());
|
.highlight_style(Style::default().reversed());
|
||||||
|
|
||||||
// Clear the text underneath the floats rendered area
|
|
||||||
frame.render_widget(Clear, inner_area);
|
|
||||||
|
|
||||||
// Render the list inside the bordered area
|
// Render the list inside the bordered area
|
||||||
frame.render_widget(list, inner_area);
|
frame.render_widget(list, inner_area);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user