Leave measurement visible until another is started.
This commit is contained in:
parent
3a09358264
commit
d6c6322f95
|
@ -1281,8 +1281,6 @@ int EDIT_TOOL::MeasureTool( const TOOL_EVENT& aEvent )
|
||||||
|
|
||||||
controls.SetAutoPan( false );
|
controls.SetAutoPan( false );
|
||||||
controls.CaptureCursor( false );
|
controls.CaptureCursor( false );
|
||||||
|
|
||||||
view.SetVisible( &ruler, false );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// move or drag when origin set updates rules
|
// move or drag when origin set updates rules
|
||||||
|
|
Loading…
Reference in New Issue