From 34f0fb8f21ca8bf537269cb38b8aaf3211280b9d Mon Sep 17 00:00:00 2001 From: dsa-t Date: Tue, 4 Jun 2024 18:03:41 +0000 Subject: [PATCH] Revert "Don't reset the view controls state just because we are setting the already active tool state again" This reverts commit e914c0c1a073ef9f221ee0cbb3384acefffe5159 (cherry picked from commit 6b7b6fa3e3960aeec405880a47f4c4f2330e872b) Co-authored-by: Mark Roszko --- common/tool/tool_manager.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/tool/tool_manager.cpp b/common/tool/tool_manager.cpp index 39df94cc09..510c934ae4 100644 --- a/common/tool/tool_manager.cpp +++ b/common/tool/tool_manager.cpp @@ -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 );