Skip to content

Commit

Permalink
round tab bar entry geometry for display
Browse files Browse the repository at this point in the history
Fixes #137
  • Loading branch information
outfoxxed committed Sep 5, 2024
1 parent 1456c82 commit e91460d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TabGroup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ void Hy3TabGroup::renderTabBar() {
entry_size.y,
};

box.round();
entry.prepareTexture(scale, box);
g_pHyprOpenGL->renderTexture(entry.texture, &box, fade_opacity * entry.fade_opacity.value());
};
Expand Down

0 comments on commit e91460d

Please sign in to comment.