src/toolsets/movetoolset.cpp

changeset 1184
393babf1319d
parent 1164
eabcd749759a
child 1192
317f4ce38f3f
child 1240
cebb7ef54f41
equal deleted inserted replaced
1183:caa20ed02728 1184:393babf1319d
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

mercurial