mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
Merge remote-tracking branch 'check/next-cc'
This commit is contained in:
@@ -1235,7 +1235,7 @@ int CMenuOptionNumberChooser::getWidth(void)
|
||||
int w1 = 0;
|
||||
if (_lower_bound < 0) {
|
||||
w1 += g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->getRenderWidth("-", true);
|
||||
lower_bound *= -1;
|
||||
_lower_bound *= -1;
|
||||
}
|
||||
while (_lower_bound > 0) {
|
||||
w1 += m;
|
||||
|
Reference in New Issue
Block a user