Skip to content

Commit

Permalink
Updated libvaxis and fixed breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BrookJeynes committed May 24, 2024
1 parent 9856ca0 commit 4bf89fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ pub fn main() !void {
}

if (image) |img| {
const scale = true;
const z_index = 0;
img.draw(right_bar, scale, z_index);
try img.draw(right_bar, .{ .scale = .fit });
}

_ = try top_left_bar.print(&.{vaxis.Segment{ .text = try view.full_path(".") }}, .{});
Expand Down

0 comments on commit 4bf89fc

Please sign in to comment.