From 24fa8b4bd843b31d53b195f73223453baa79330a Mon Sep 17 00:00:00 2001 From: qwerdy Date: Sun, 20 May 2012 15:27:02 +0300 Subject: [PATCH] Fixes Ticket #12760 Resend all LCD Lines after dim --- xbmc/linux/XLCDproc.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xbmc/linux/XLCDproc.cpp b/xbmc/linux/XLCDproc.cpp index 01f59ad421f46..3685bef3329f4 100644 --- a/xbmc/linux/XLCDproc.cpp +++ b/xbmc/linux/XLCDproc.cpp @@ -220,6 +220,9 @@ void XLCDproc::SetBackLight(int iLight) cmd.append("widget_del xbmc line2\n"); cmd.append("widget_del xbmc line3\n"); cmd.append("widget_del xbmc line4\n"); + + for(int i=0; i<4; i++) + m_strLine[i] = ""; } else if (iLight > 0) {