Skip to content

Commit

Permalink
Final 2.2.2 tweaks (#982)
Browse files Browse the repository at this point in the history
- pull rackhelpers to head
- remove a warning on xtmodule
  • Loading branch information
baconpaul committed Jan 14, 2024
1 parent 9c5ad89 commit 1c5fdda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion libs/sst-rackhelpers
1 change: 0 additions & 1 deletion src/XTWidgets.h
Expand Up @@ -112,7 +112,6 @@ struct Label : BufferedDrawFunctionWidget, style::StyleParticipant

void drawLabel(NVGcontext *vg)
{
auto col = style()->getColor(color);
nvgBeginPath(vg);
nvgFontFaceId(vg, style()->fontIdBold(vg));
nvgFontSize(vg, size * 96.0 / 72.0);
Expand Down

0 comments on commit 1c5fdda

Please sign in to comment.