summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-10-13 10:42:12 +0200
committerAl12rs <gabriel.cortesi@outlook.com>2018-10-13 10:42:12 +0200
commit9c35443780832d6876c63b42bcf216958f02068c (patch)
treef0749294638321b03fc84814a86fe258df71dbc9 /src/mainwindow.cpp
parent9c6c01df5674212da3be8e43a92c6b14b84787b6 (diff)
Fixed UI file to not break each time it's opened in creator.
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 9d0c37c0..04bd96c7 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -307,7 +307,7 @@ MainWindow::MainWindow(QSettings &initSettings
ui->espList->setItemDelegateForColumn(PluginList::COL_FLAGS, new GenericIconDelegate(ui->espList));
ui->espList->installEventFilter(m_OrganizerCore.pluginList());
- ui->bsaList->setLocalMoveOnly(true);
+ //ui->bsaList->setLocalMoveOnly(true);
bool pluginListAdjusted = registerWidgetState(ui->espList->objectName(), ui->espList->header(), "plugin_list_state");
registerWidgetState(ui->dataTree->objectName(), ui->dataTree->header());