mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
CComponentsFrmClock: fix shaodow warning
size is a member name of CComponentsForm
Origin commit data
------------------
Commit: 4e1caf8afe
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-08 (Wed, 08 Jan 2014)
This commit is contained in:
@@ -353,10 +353,10 @@ void CComponentsFrmClock::paint(bool do_save_bg)
|
||||
paintForm(do_save_bg);
|
||||
}
|
||||
|
||||
void CComponentsFrmClock::setClockFontSize(int size)
|
||||
void CComponentsFrmClock::setClockFontSize(int font_size)
|
||||
{
|
||||
int tmp_w = 0;
|
||||
dyn_font_size = size;
|
||||
dyn_font_size = font_size;
|
||||
cl_font = CNeutrinoFonts::getInstance()->getDynFont(tmp_w, dyn_font_size, "", CNeutrinoFonts::FONT_STYLE_BOLD, CNeutrinoFonts::FONT_ID_INFOCLOCK);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user