version 0.3.0

This commit is contained in:
louis
2015-03-12 17:28:35 +01:00
parent 45cb6c1663
commit 44680b6ce8
180 changed files with 7675 additions and 1150 deletions

View File

@@ -18,6 +18,9 @@ bool cDisplayMessageView::createOsd(void) {
cOsd::OsdTop() + osdSize.Y(),
osdSize.Width(),
osdSize.Height());
if (!ok) {
DeleteOsdOnExit(false);
}
return ok;
}