Commit f9d5f584 authored by Maciej Suminski's avatar Maciej Suminski

Fixed 45 degree mode toggle.

parent a377c9c1
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment