Implement immediate bus unfold and add bus unfold to selection context menu.

This commit is contained in:
Jeff Young
2019-05-05 17:14:30 +01:00
parent fd546da640
commit a42a4b0b52
11 changed files with 166 additions and 68 deletions
+2
View File
@@ -637,6 +637,8 @@ bool TOOL_MANAGER::dispatchActivation( const TOOL_EVENT& aEvent )
{
if( aEvent.IsActivate() )
{
wxString cmdStr( *aEvent.GetCommandStr() );
std::map<std::string, TOOL_STATE*>::iterator tool = m_toolNameIndex.find( *aEvent.GetCommandStr() );
if( tool != m_toolNameIndex.end() )