Skip to content

Commit

Permalink
Merge pull request #793 from kamiyo/fixframetools
Browse files Browse the repository at this point in the history
Update frametools.cpp to fix crashing when changing themes.
  • Loading branch information
delroth committed Aug 13, 2014
2 parents f2a1dd9 + e4c7cce commit e5ca4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/FrameTools.cpp
Expand Up @@ -536,6 +536,7 @@ void CFrame::RecreateToolbar()
{
m_Mgr->DetachPane(m_ToolBar);
m_ToolBar->Destroy();
m_ToolBar = nullptr;
}

long TOOLBAR_STYLE = wxTB_DEFAULT_STYLE | wxTB_TEXT;
Expand Down

0 comments on commit e5ca4f6

Please sign in to comment.