Revert "Don't reset the view controls state just because we are setting the already active tool state again"

This reverts commit e914c0c1a0

(cherry picked from commit 6b7b6fa3e3)

Co-authored-by: Mark Roszko <mark.roszko@gmail.com>
This commit is contained in:
dsa-t 2024-06-04 18:03:41 +00:00
parent 8e855156c8
commit 34f0fb8f21
1 changed files with 0 additions and 3 deletions

View File

@ -1230,9 +1230,6 @@ bool TOOL_MANAGER::processEvent( const TOOL_EVENT& aEvent )
void TOOL_MANAGER::setActiveState( TOOL_STATE* aState )
{
if( m_activeState == aState )
return;
if( m_activeState && m_viewControls )
saveViewControls( m_activeState );