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

Cleaned up a few uses of Image::null

This commit is contained in:
jules 2016-03-10 17:20:15 +00:00
parent 086eef8ba6
commit 189853720a
12 changed files with 17 additions and 17 deletions

View file

@ -230,7 +230,7 @@ void CallOutBox::updatePosition (const Rectangle<int>& newAreaToPointTo, const R
void CallOutBox::refreshPath()
{
repaint();
background = Image::null;
background = Image();
outline.clear();
const float gap = 4.5f;