mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
CComponentsFrmClock: fix wrong comparison
This commit is contained in:
@@ -390,7 +390,7 @@ void CComponentsFrmClock::paint(bool do_save_bg)
|
|||||||
|
|
||||||
void CComponentsFrmClock::setClockFont(Font *font, const int& style)
|
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)
|
if (cl_font != font)
|
||||||
cl_font = font;
|
cl_font = font;
|
||||||
if (style != -1)
|
if (style != -1)
|
||||||
|
Reference in New Issue
Block a user