Non used svg2png cache folders are now deleted when exiting RT

see #3547
This commit is contained in:
Hombre
2019-01-02 22:39:49 +01:00
parent 4ee5c96392
commit 92ed81a1fe
5 changed files with 59 additions and 12 deletions

View File

@@ -321,6 +321,8 @@ RTWindow::~RTWindow()
if (fpanel) {
delete fpanel;
}
RTScalable::cleanup();
}
void RTWindow::on_realize ()