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:
parent
cc8662213b
commit
265fb0e8eb
4 changed files with 4 additions and 4 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue