Removed rubberband selection (for now).

This commit is contained in:
Tats
2015-07-03 21:51:58 -06:00
parent 67628915a3
commit 082bf2d009

View File

@@ -33,7 +33,9 @@ MapperGLCanvas::MapperGLCanvas(MainWindow* mainWindow, QWidget* parent, const QG
_stickyVertices(true),
_zoomLevel(0)
{
setDragMode(QGraphicsView::RubberBandDrag);
// For now clicking on the window doesn't do anything.
setDragMode(QGraphicsView::NoDrag);
setRenderHint(QPainter::Antialiasing, true);
setRenderHint(QPainter::TextAntialiasing, true);