diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-12-12 09:39:55 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-12 09:40:25 -0600 |
| commit | 25a9290cd57839a151d27ed7e454963a2ed833d9 (patch) | |
| tree | 941c8f67b20ebe95a1cd6ad67a433c01923b8586 /src/mainwindow.cpp | |
| parent | efe657c23efa2913c0bd10cb2544881ebfb5a934 (diff) | |
Reset previousSeparatorColor when a separator color is reset
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 795f82cf..931fa2af 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3104,6 +3104,7 @@ void MainWindow::resetColor_clicked() else {
modInfo->setColor(color);
}
+ Settings::instance().directInterface().remove("previousSeparatorColor");
}
void MainWindow::createModFromOverwrite()
|
