CMenuWidget: fix simplified up/down code

- supplement to c5186c82dd
This commit is contained in:
Michael Liebmann
2013-07-01 12:40:53 +02:00
parent 9827f03601
commit 4003d5f434

View File

@@ -640,6 +640,7 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
if (fade && washidden)
fader.StartFadeIn();
checkHints();
pos = selected;
paint();
break;
}