gui/widget/menue.cpp: fix 15b2b2ec05

This commit is contained in:
[CST] Focus
2013-12-01 15:36:28 +04:00
parent dff2733bc2
commit e904c1deda

View File

@@ -1220,7 +1220,7 @@ int CMenuOptionNumberChooser::getWidth(void)
int w1 = 0; int w1 = 0;
if (_lower_bound < 0) { if (_lower_bound < 0) {
w1 += g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->getRenderWidth("-", true); w1 += g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->getRenderWidth("-", true);
lower_bound *= -1; _lower_bound *= -1;
} }
while (_lower_bound > 0) { while (_lower_bound > 0) {
w1 += m; w1 += m;