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:
parent
4ce1908f79
commit
4fc8fbaef1
38 changed files with 139 additions and 146 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue