]> Shamusworld >> Repos - architektonas/blobdiff - src/applicationwindow.cpp
Selection of Lines works, ctrl held for multi-select.
[architektonas] / src / applicationwindow.cpp
index 5a435a21ae3e6bfe8d82cffdf3408afaa9181f82..f5013ad8ae940bf714003b4d4e8e1d7f699bde5b 100644 (file)
@@ -546,6 +546,7 @@ else
                container->state = OSSelected;
                statusBar()->showMessage(QString(tr("Grouped %1 objects.")).arg(itemsSelected));
        }
+#else
 #endif
 
        drawing->update();
@@ -617,6 +618,7 @@ printf("   -> intersects = %i, t=%lf, u=%lf\n", intersects, t, u);
                        }
                }
        }
+#else
 #endif
 }