1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00

Refactoring of Drawables with new class MarkerList. Fixes for Mac 10.5 SDK includes and minor change to win32 repainting.

This commit is contained in:
Julian Storer 2010-12-30 18:07:29 +00:00
parent 9973f5a81e
commit faecab9ca5
26 changed files with 1267 additions and 689 deletions

View file

@ -2049,6 +2049,12 @@ void Component::colourChanged()
{
}
//==============================================================================
MarkerList* Component::getMarkers (bool /*xAxis*/)
{
return 0;
}
//==============================================================================
const Rectangle<int> Component::getLocalBounds() const throw()
{