Attempt to fix long-click issue (possibly just a typo).

Fixes https://gitlab.com/kicad/code/kicad/issues/9124
This commit is contained in:
Jeff Young 2021-09-09 12:20:02 +01:00
parent 7a035e2675
commit f0a26e4be0
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ int PCB_SELECTION_TOOL::Main( const TOOL_EVENT& aEvent )
{
// If there is no disambiguation, this routine is still running and will
// register a `click` event when released
if( !m_disambiguateTimer.IsRunning() )
if( m_disambiguateTimer.IsRunning() )
{
m_disambiguateTimer.Stop();