From a83adc7d6d0a16d08687a903da8a992e3affedcc Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Tue, 3 Aug 2010 08:42:30 +0000 Subject: Theme Editor: Removed markup comments from CodeEditor files (it was originally a Nokia example, so it was marked up with comments for their documentation), implemented the beginnings of drag and drop editing. Viewports are now movable, but don't invoke code generation yet git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27675 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/skinviewer.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'utils/themeeditor/gui/skinviewer.cpp') diff --git a/utils/themeeditor/gui/skinviewer.cpp b/utils/themeeditor/gui/skinviewer.cpp index 95caf1e..1d5c84c 100644 --- a/utils/themeeditor/gui/skinviewer.cpp +++ b/utils/themeeditor/gui/skinviewer.cpp @@ -35,7 +35,6 @@ SkinViewer::SkinViewer(QWidget *parent) : QObject::connect(ui->zoomEvenButton, SIGNAL(pressed()), this, SLOT(zoomEven())); - ui->viewer->setDragMode(QGraphicsView::ScrollHandDrag); } SkinViewer::~SkinViewer() -- cgit v1.1