GUI: Minor change
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4088 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
8faaec8236
commit
50425dee31
|
@ -1143,10 +1143,7 @@ void CFrame::ToggleConsole(bool Show, int i)
|
|||
#else
|
||||
Console->Close();
|
||||
#endif
|
||||
//if(GetConsoleWindow())
|
||||
Console->Log(LogTypes::LNOTICE, StringFromFormat(
|
||||
"close\n").c_str());
|
||||
Console->Close();
|
||||
if(GetConsoleWindow()) Console->Close();
|
||||
}
|
||||
|
||||
// Hide pane
|
||||
|
|
Loading…
Reference in New Issue