Skip to content

Commit

Permalink
Merge pull request #39 from Shizcow/develop
Browse files Browse the repository at this point in the history
Fixes #38
  • Loading branch information
Shizcow authored Dec 13, 2020
2 parents aeadc2b + 3f07479 commit d335108
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dmenu/item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ impl Items {
}
},
Vertical => {
coord += matched_partitions[partition][index].draw(0, coord, drw.w, drw)?;
matched_partitions[partition][index].draw(0, coord, drw.w, drw)?;
coord += drw.pseudo_globals.bh as i32;
}
}
}
Expand Down

0 comments on commit d335108

Please sign in to comment.