GRID_HELPER anchors for vias (GAL).

This commit is contained in:
Maciej Suminski
2015-07-07 18:36:32 +02:00
parent fa9727b3e3
commit 1b4daade82
2 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ int EDIT_TOOL::Main( const TOOL_EVENT& aEvent )
// cumulative translation
wxPoint totalMovement( 0, 0 );
GRID_HELPER grid ( editFrame );
GRID_HELPER grid( editFrame );
// Main loop: keep receiving events
while( OPT_TOOL_EVENT evt = Wait() )