| Index: Source/platform/DragImage.cpp
|
| diff --git a/Source/platform/DragImage.cpp b/Source/platform/DragImage.cpp
|
| index aaa9a4b961d619abfc7808f234d5aa71f9191603..201c31ea7ca527a52c9c3b050041dd556dc5bcf1 100644
|
| --- a/Source/platform/DragImage.cpp
|
| +++ b/Source/platform/DragImage.cpp
|
| @@ -115,7 +115,7 @@ static Font deriveDragLabelFont(int size, FontWeight fontWeight, const FontDescr
|
| description.setSpecifiedSize(size);
|
| description.setComputedSize(size);
|
| Font result(description);
|
| - result.update(0);
|
| + result.update(nullptr);
|
| return result;
|
| }
|
|
|
|
|