Fixed 45 degree mode toggle.
This commit is contained in:
parent
a377c9c1bc
commit
f9d5f584cb
|
@ -235,7 +235,7 @@ int POINT_EDITOR::OnSelectionChange( TOOL_EVENT& aEvent )
|
|||
modified = true;
|
||||
}
|
||||
|
||||
if( evt->Modifier( MD_CTRL ) != degree45 ) // 45 degrees mode
|
||||
if( !!evt->Modifier( MD_CTRL ) != degree45 ) // 45 degrees mode
|
||||
{
|
||||
degree45 = evt->Modifier( MD_CTRL );
|
||||
|
||||
|
|
Loading…
Reference in New Issue