Fix background paint header clock in channellist

Origin commit data
------------------
Branch: ni/coolstream
Commit: 862a724a3d
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-09-25 (Thu, 25 Sep 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2014-09-25 21:53:35 +02:00
committed by [CST] Focus
parent 25c2667a6c
commit 55421883bf
2 changed files with 7 additions and 1 deletions

View File

@@ -305,7 +305,7 @@ bool CComponentsFrmClock::stopThread()
return false;
}
}
kill();
hide();
cl_thread = 0;
return true;
}