mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-02 05:29:37 +02:00
Removed rubberband selection (for now).
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user