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

Added some more override decorators.

This commit is contained in:
jules 2013-07-10 10:22:33 +01:00
parent 4ce1908f79
commit 4fc8fbaef1
38 changed files with 139 additions and 146 deletions

View file

@ -409,7 +409,7 @@ public:
repaint();
}
void visibleAreaChanged (const Rectangle<int>& newVisibleArea)
void visibleAreaChanged (const Rectangle<int>& newVisibleArea) override
{
const bool hasScrolledSideways = (newVisibleArea.getX() != lastX);
lastX = newVisibleArea.getX();