1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Robert Bieber 2010-08-03 08:42:30 +00:00
parent dad9810fe5
commit a83adc7d6d
5 changed files with 30 additions and 35 deletions

View file

@ -35,7 +35,6 @@ SkinViewer::SkinViewer(QWidget *parent) :
QObject::connect(ui->zoomEvenButton, SIGNAL(pressed()),
this, SLOT(zoomEven()));
ui->viewer->setDragMode(QGraphicsView::ScrollHandDrag);
}
SkinViewer::~SkinViewer()