Graphics refactor finished
This commit is contained in:
parent
37b4993b70
commit
476da8bb92
12 changed files with 114 additions and 110 deletions
|
|
@ -136,11 +136,7 @@ namespace tp {
|
|||
this->addValue("Padding", "Padding");
|
||||
}
|
||||
|
||||
~ScrollableWindow() {
|
||||
for (auto content : mContents) {
|
||||
delete content.data();
|
||||
}
|
||||
}
|
||||
~ScrollableWindow() = default;
|
||||
|
||||
// takes whole area
|
||||
void proc(const Events& events, const tp::RectF& areaParent, const tp::RectF& aArea) override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue