mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Lots of small whitespace tweaks.
This commit is contained in:
parent
0d3afee459
commit
02492b36b9
179 changed files with 405 additions and 407 deletions
|
|
@ -505,7 +505,7 @@ void PaintRoutine::dropImageAt (const File& f, int x, int y)
|
|||
PaintElement* newElement
|
||||
= addNewElement (ObjectTypes::createNewImageElement (this), -1, true);
|
||||
|
||||
if (PaintElementImage* pei = dynamic_cast <PaintElementImage*> (newElement))
|
||||
if (PaintElementImage* pei = dynamic_cast<PaintElementImage*> (newElement))
|
||||
{
|
||||
String resourceName (getDocument()->getResources().findUniqueName (f.getFileName()));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue