summaryrefslogtreecommitdiff
path: root/tvguideosd.c
diff options
context:
space:
mode:
Diffstat (limited to 'tvguideosd.c')
-rw-r--r--tvguideosd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tvguideosd.c b/tvguideosd.c
index f35bdbc..cd86544 100644
--- a/tvguideosd.c
+++ b/tvguideosd.c
@@ -775,6 +775,7 @@ eOSState cTvGuideOsd::ProcessKey(eKeys Key) {
default: break;
}
if (timeLine->drawClock()) {
+ timeLine->drawCurrentTimeBase();
osdManager.flush();
}
}