mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
CComponentsItem: prevent possible compile error
Origin commit data
------------------
Branch: ni/coolstream
Commit: df0a454efe
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-16 (Tue, 16 Apr 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -72,7 +72,7 @@ void CComponentsItem::paintInit(bool do_save_bg)
|
|||||||
|
|
||||||
int sw = shadow ? shadow_w : 0;
|
int sw = shadow ? shadow_w : 0;
|
||||||
int th = fr_thickness;
|
int th = fr_thickness;
|
||||||
int col_frame_cur = col_frame;
|
fb_pixel_t col_frame_cur = col_frame;
|
||||||
|
|
||||||
if (cc_item_selected){
|
if (cc_item_selected){
|
||||||
col_frame_cur = col_frame_sel;
|
col_frame_cur = col_frame_sel;
|
||||||
|
Reference in New Issue
Block a user