mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-15 00:40:02 +00:00
Fix arrow down in console
This commit is contained in:
parent
d2ed77f3f2
commit
f3e89e9168
@ -246,7 +246,7 @@ namespace MWGui
|
|||||||
{
|
{
|
||||||
if(mCurrent != mCommandHistory.end())
|
if(mCurrent != mCommandHistory.end())
|
||||||
{
|
{
|
||||||
--mCurrent;
|
++mCurrent;
|
||||||
|
|
||||||
if(mCurrent != mCommandHistory.end())
|
if(mCurrent != mCommandHistory.end())
|
||||||
mCommandLine->setCaption(*mCurrent);
|
mCommandLine->setCaption(*mCurrent);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user