router: hopefully a proper fix for the dragging issue

This commit is contained in:
Tomasz Włostowski 2017-08-22 19:33:38 +02:00
parent 60fdc6229d
commit aeac415599
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ bool DRAGGER::Start( const VECTOR2I& aP, ITEM* aStartItem )
m_lastNode = NULL;
m_draggedItems.Clear();
m_currentMode = Settings().Mode();
m_freeAngleMode = Settings().GetFreeAngleMode() || (m_mode & DM_FREE_ANGLE);
m_freeAngleMode = (m_mode & DM_FREE_ANGLE);
aStartItem->Unmark( MK_LOCKED );