CMenuWidget: fix simplified up/down code

- supplement to a0e73ac341


Origin commit data
------------------
Commit: 4003d5f434
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-07-01 (Mon, 01 Jul 2013)
This commit is contained in:
Michael Liebmann
2013-07-01 12:40:53 +02:00
parent b219d9ce6e
commit 163e7fd45f

View File

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