Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Sep 28, 2024
1 parent 20b74b6 commit 6d17b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sst/jucegui/style/StyleSheet.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#define SST_STRING_WIDTH_FLOAT(a, b) juce::GlyphArrangement::getStringWidth(a, b)
#else
#define SST_STRING_WIDTH_INT(a, b) a.getStringWidth(b)
#define SST_STRING_WIDTH_FLOAT(a, b) b.getStringWidthFloatT(a, b)
#define SST_STRING_WIDTH_FLOAT(a, b) a.getStringWidthFloat(b)
#endif

namespace sst::jucegui::style
Expand Down

0 comments on commit 6d17b1e

Please sign in to comment.