92 { |
92 { |
93 m_config->setGrid (Grid::Fine); |
93 m_config->setGrid (Grid::Fine); |
94 m_window->updateGridToolBar(); |
94 m_window->updateGridToolBar(); |
95 } |
95 } |
96 |
96 |
|
97 void MoveToolset::polarGrid() |
|
98 { |
|
99 m_config->togglePolarGrid(); |
|
100 m_window->updateGridToolBar(); |
|
101 } |
|
102 |
97 void MoveToolset::moveObjects (Vertex vect) |
103 void MoveToolset::moveObjects (Vertex vect) |
98 { |
104 { |
99 // Apply the grid values |
105 // Apply the grid values |
100 vect *= grid()->coordinateSnap(); |
106 vect *= grid()->coordinateSnap(); |
101 |
107 |