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:
parent
086eef8ba6
commit
189853720a
12 changed files with 17 additions and 17 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue