Render borders correctly when only a subset of the border is visible
This commit is contained in:
@@ -173,7 +173,7 @@ impl Pane {
|
||||
ctx.emit(Event::Split(direction));
|
||||
}
|
||||
|
||||
fn render_tabs<'a>(&self, app: &AppContext) -> ElementBox {
|
||||
fn render_tabs(&self, app: &AppContext) -> ElementBox {
|
||||
let settings = smol::block_on(self.settings.read());
|
||||
let border_color = ColorU::from_u32(0xdbdbdcff);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user