Fix arrow down in console

actorid
scrawl 11 years ago
parent d2ed77f3f2
commit f3e89e9168

@ -246,7 +246,7 @@ namespace MWGui
{
if(mCurrent != mCommandHistory.end())
{
--mCurrent;
++mCurrent;
if(mCurrent != mCommandHistory.end())
mCommandLine->setCaption(*mCurrent);

Loading…
Cancel
Save