Fix RTImage cached data cleanup (see #3636)

This commit is contained in:
Hombre
2019-03-24 20:45:05 +01:00
parent b9a5680d1d
commit 29196fb57c
3 changed files with 17 additions and 1 deletions

View File

@@ -463,7 +463,7 @@ RTWindow::~RTWindow()
delete fpanel;
}
RTScalable::cleanup();
RTImage::cleanup();
}
void RTWindow::on_realize ()