mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 02:11:11 +02:00
some inits
This commit is contained in:
@@ -217,7 +217,7 @@ CProgressBarCache *CProgressBarCache::pbcLookup(int dy, int dx, int active_col,
|
||||
if (it != pbCache.end())
|
||||
return *it;
|
||||
|
||||
CProgressBarCache *pbc = new CProgressBarCache(dy, dx, active_col, passive_col, design, enable_invert, enable_gradient, R, G, Y);
|
||||
static CProgressBarCache *pbc = new CProgressBarCache(dy, dx, active_col, passive_col, design, enable_invert, enable_gradient, R, G, Y);
|
||||
pbCache.push_back(pbc);
|
||||
return pbc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user