|
|
|
@ -285,7 +285,7 @@ bool TOOL_MANAGER::InvokeTool( const std::string& aToolName ) |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
bool TOOL_MANAGER::doRunAction( const std::string& aActionName, bool aNow, std::any aParam, |
|
|
|
bool TOOL_MANAGER::doRunAction( const std::string& aActionName, bool aNow, const std::any& aParam, |
|
|
|
COMMIT* aCommit ) |
|
|
|
{ |
|
|
|
TOOL_ACTION* action = m_actionMgr->FindAction( aActionName ); |
|
|
|
@ -320,7 +320,7 @@ VECTOR2D TOOL_MANAGER::GetCursorPosition() const |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
bool TOOL_MANAGER::doRunAction( const TOOL_ACTION& aAction, bool aNow, std::any aParam, |
|
|
|
bool TOOL_MANAGER::doRunAction( const TOOL_ACTION& aAction, bool aNow, const std::any& aParam, |
|
|
|
COMMIT* aCommit ) |
|
|
|
{ |
|
|
|
if( m_shuttingDown ) |
|
|
|
|