summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-30 20:34:29 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-30 20:34:29 -0600
commit398cc0112e79e7e70668531ec41382040d2d587b (patch)
tree47981d46a285319fd8a8fb648a4778cd6a9ab66e /src/mainwindow.cpp
parent580f45429fca07a4d3cd8daae83b6963ce5de54a (diff)
parent4809c301324b5ebcdad4146325023f53d20d05d8 (diff)
Merge branch 'Develop' into archive_conflicts_2
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 6f49822a..6b07992f 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -3381,6 +3381,7 @@ void MainWindow::setColor_clicked()
QSettings &settings = m_OrganizerCore.settings().directInterface();
ModInfo::Ptr modInfo = ModInfo::getByIndex(m_ContextRow);
QColorDialog dialog(this);
+ dialog.setOption(QColorDialog::ShowAlphaChannel);
QColor currentColor = modInfo->getColor();
QColor previousColor = settings.value("previousSeparatorColor", QColor()).value<QColor>();
if (currentColor.isValid())