mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-27 21:24:47 +01:00
Added missing drag&drop enable
This commit is contained in:
parent
9d90b97ba3
commit
434df521fb
@ -93,6 +93,7 @@ GUI::GUI(QWidget *parent) : QMainWindow(parent)
|
||||
_exportFileName = QString("%1/export.pdf").arg(QDir::currentPath());
|
||||
_exportMargins = MarginsF(5.0, 5.0, 5.0, 5.0);
|
||||
|
||||
setAcceptDrops(true);
|
||||
QPixmapCache::setCacheLimit(65536);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user