mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed crash using animated images in plugins
This commit is contained in:
@@ -78,6 +78,9 @@ skindesignerapi::cViewGrid::cViewGrid(skindesignerapi::ISkinDisplayPlugin *view,
|
||||
}
|
||||
|
||||
skindesignerapi::cViewGrid::~cViewGrid() {
|
||||
if (!view)
|
||||
return;
|
||||
view->ClearGrids(viewGridID);
|
||||
}
|
||||
|
||||
void skindesignerapi::cViewGrid::SetGrid(long gridID, double x, double y, double width, double height) {
|
||||
|
Reference in New Issue
Block a user