Added object creation mode (box only) to view.

This commit is contained in:
Jim Evins
2015-08-15 19:40:52 -04:00
parent 95f5ee5e76
commit 6e69991a15
15 changed files with 390 additions and 123 deletions
+2 -2
View File
@@ -1021,7 +1021,7 @@ namespace glabels
///
void MainWindow::objectsArrowMode()
{
qDebug() << "ACTION: objects->Select Mode";
mView->arrowMode();
}
@@ -1039,7 +1039,7 @@ namespace glabels
///
void MainWindow::objectsCreateBox()
{
qDebug() << "ACTION: objects->Create->Box";
mView->createBoxMode();
}