GUI: Forgot to reset the console rows
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4148 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
28495eae47
commit
08296f8d07
|
@ -58,7 +58,7 @@ void ConsoleListener::Open(bool Hidden, int Width, int Height, const char *Title
|
||||||
// Set the console window title
|
// Set the console window title
|
||||||
SetConsoleTitle(Title);
|
SetConsoleTitle(Title);
|
||||||
// Set letter space
|
// Set letter space
|
||||||
LetterSpace(80, 1000);
|
LetterSpace(80, 4000);
|
||||||
//MoveWindow(GetConsoleWindow(), 200,200, 800,800, true);
|
//MoveWindow(GetConsoleWindow(), 200,200, 800,800, true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue