CComponentsFrmClock: fix wrong comparison

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4455c65225
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-05-27 (Sat, 27 May 2017)


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

------------------
This commit was generated by Migit
This commit is contained in:
2017-05-27 02:51:36 +02:00
parent 67490319f9
commit cf709ec985

View File

@@ -390,7 +390,7 @@ void CComponentsFrmClock::paint(bool do_save_bg)
void CComponentsFrmClock::setClockFont(Font *font, const int& style)
{
if (cl_font != font || (cl_font != font)){
if (cl_font != font || cl_font_style != style){
if (cl_font != font)
cl_font = font;
if (style != -1)