Browse Source

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

This reverts commit e914c0c1a0
8.0
Mark Roszko 1 year ago
parent
commit
6b7b6fa3e3
  1. 3
      common/tool/tool_manager.cpp

3
common/tool/tool_manager.cpp

@ -1229,9 +1229,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 );

Loading…
Cancel
Save