mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
NOOP, remove trailing tabs/whitespace.
This commit is contained in:
parent
e11ba7b79d
commit
22b07e0233
822 changed files with 6861 additions and 6861 deletions
|
|
@ -29,13 +29,13 @@ using namespace ArdourCanvas;
|
|||
|
||||
ScrollGroup::ScrollGroup (Canvas* c, ScrollSensitivity s)
|
||||
: Container (c)
|
||||
, _scroll_sensitivity (s)
|
||||
, _scroll_sensitivity (s)
|
||||
{
|
||||
}
|
||||
|
||||
ScrollGroup::ScrollGroup (Item* parent, ScrollSensitivity s)
|
||||
: Container (parent)
|
||||
, _scroll_sensitivity (s)
|
||||
, _scroll_sensitivity (s)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -63,7 +63,7 @@ ScrollGroup::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) c
|
|||
context->save ();
|
||||
context->rectangle (self.x0, self.y0, self.width(), self.height());
|
||||
context->clip ();
|
||||
|
||||
|
||||
Container::render (area, context);
|
||||
|
||||
context->restore ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue