1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

More MSVC warning fixes.

This commit is contained in:
jules 2013-06-16 10:46:51 +01:00
parent cc8662213b
commit 265fb0e8eb
4 changed files with 4 additions and 4 deletions

View file

@ -49,7 +49,7 @@ public:
void paint (Graphics& g)
{
text.draw (g, getLocalBounds().reduced (6)
.removeFromTop (text.getHeight()).toFloat());
.removeFromTop ((int) text.getHeight()).toFloat());
}
void resized()