mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
GUI make logwindow into a panel TODO: figure out how to make it
floatable git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4228 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -104,19 +104,11 @@ void CFrame::ToggleLogWindow(bool bShow, int i)
|
||||
if (bShow)
|
||||
{
|
||||
if (!m_LogWindow) m_LogWindow = new CLogWindow(this, IDM_LOGWINDOW);
|
||||
#ifdef _WIN32
|
||||
DoAddPage(m_LogWindow, i, wxT("Log"), bFloatLogWindow);
|
||||
#else
|
||||
m_LogWindow->Show();
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
#ifdef _WIN32
|
||||
DoRemovePage(m_LogWindow);
|
||||
#else
|
||||
if (m_LogWindow) m_LogWindow->Show();
|
||||
#endif
|
||||
}
|
||||
|
||||
// Hide pane
|
||||
@ -1296,4 +1288,4 @@ void CFrame::HideAllNotebooks(bool Window)
|
||||
}
|
||||
m_Mgr->Update();
|
||||
}
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user