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
|
#else
|
||||||
Console->Close();
|
Console->Close();
|
||||||
#endif
|
#endif
|
||||||
//if(GetConsoleWindow())
|
if(GetConsoleWindow()) Console->Close();
|
||||||
Console->Log(LogTypes::LNOTICE, StringFromFormat(
|
|
||||||
"close\n").c_str());
|
|
||||||
Console->Close();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hide pane
|
// Hide pane
|
||||||
|
|
Loading…
Reference in New Issue