mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Formatting: Remove double-dots from comments and other strings
This commit is contained in:
parent
82dc6d1c7e
commit
83e5264c86
209 changed files with 508 additions and 509 deletions
|
|
@ -126,7 +126,7 @@ public:
|
|||
finalTarget->itemDropped (details);
|
||||
}
|
||||
|
||||
// careful - this object could now be deleted..
|
||||
// careful - this object could now be deleted
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -543,7 +543,7 @@ void DragAndDropContainer::startDragging (const var& sourceDescription,
|
|||
|
||||
#if JUCE_WINDOWS
|
||||
// Under heavy load, the layered window's paint callback can often be lost by the OS,
|
||||
// so forcing a repaint at least once makes sure that the window becomes visible..
|
||||
// so forcing a repaint at least once makes sure that the window becomes visible.
|
||||
if (auto* peer = dragImageComponent->getPeer())
|
||||
peer->performAnyPendingRepaintsNow();
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -213,7 +213,7 @@ public:
|
|||
getLookAndFeel().drawLasso (g, *this);
|
||||
|
||||
// this suggests that you've left a lasso comp lying around after the
|
||||
// mouse drag has finished.. Be careful to call endLasso() when you get a
|
||||
// mouse drag has finished. Be careful to call endLasso() when you get a
|
||||
// mouse-up event.
|
||||
jassert (isMouseButtonDownAnywhere());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue