'repeat one song' mode added + memleak fix and some code clean-ups
This commit is contained in:
@@ -215,9 +215,9 @@ void Scrollpad::Clear()
|
||||
Window::Clear();
|
||||
}
|
||||
|
||||
Scrollpad Scrollpad::EmptyClone()
|
||||
Window * Scrollpad::EmptyClone()
|
||||
{
|
||||
return Scrollpad(GetStartX(),GetStartY(),GetWidth(),GetHeight(),itsTitle,itsBaseColor,itsBorder);
|
||||
return new Scrollpad(GetStartX(),GetStartY(),GetWidth(),GetHeight(),itsTitle,itsBaseColor,itsBorder);
|
||||
}
|
||||
|
||||
Scrollpad & Scrollpad::operator=(const Scrollpad &base)
|
||||
|
||||
Reference in New Issue
Block a user