mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
gui/widget/menue.cpp: fix progressbar values in progressbar setup
Origin commit data
------------------
Commit: 37b20a84f6
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-11-18 (Tue, 18 Nov 2014)
This commit is contained in:
@@ -2286,7 +2286,7 @@ void CMenuProgressbar::init(const neutrino_locale_t Loc, const std::string &Text
|
|||||||
name = Loc;
|
name = Loc;
|
||||||
nameString = Text;
|
nameString = Text;
|
||||||
scale.setDimensionsAll(0, 0, 100, g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->getHeight()/2);
|
scale.setDimensionsAll(0, 0, 100, g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->getHeight()/2);
|
||||||
scale.setValue(100);
|
scale.setValues(100, 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
int CMenuProgressbar::paint(bool selected)
|
int CMenuProgressbar::paint(bool selected)
|
||||||
|
Reference in New Issue
Block a user