mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-26 02:59:15 +02:00
Added missing drag&drop enable
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user