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

@ -86,7 +86,7 @@ public:
*/
void startDragging (const var& sourceDescription,
Component* sourceComponent,
Image dragImage = Image::null,
Image dragImage = Image(),
bool allowDraggingToOtherJuceWindows = false,
const Point<int>* imageOffsetFromMouse = nullptr);