1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-04 03:40:07 +00:00

Minor additions to Rectangle and CodeEditorComponent. Jucer development.

This commit is contained in:
Julian Storer 2010-04-28 14:51:11 +01:00
parent 5093ecbc84
commit 49b47cc866
13 changed files with 479 additions and 99 deletions

View file

@ -431,6 +431,7 @@ void CodeDocument::Position::setPositionMaintained (const bool isMaintained) thr
}
else
{
// If this happens, you may have deleted the document while there are Position objects that are still using it...
jassert (owner->positionsToMaintain.contains (this));
owner->positionsToMaintain.removeValue (this);
}