From 0596a7199094cc8d103dfe2cfdcd20046c04e85d Mon Sep 17 00:00:00 2001 From: Silarn Date: Thu, 4 Jul 2019 23:14:15 -0500 Subject: Various fixes and updates to the tutorial system * Fix problem with main tutorial advancing past mod activation * Add various missing overlays for new and updated features * Restore BSA tab * Fix problem with positioning action button overlays (requires uibase) --- src/modlist.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/modlist.cpp') diff --git a/src/modlist.cpp b/src/modlist.cpp index e2398cd6..7b71355c 100644 --- a/src/modlist.cpp +++ b/src/modlist.cpp @@ -561,6 +561,7 @@ bool ModList::setData(const QModelIndex &index, const QVariant &value, int role) m_Modified = true; m_LastCheck.restart(); emit modlistChanged(index, role); + emit tutorialModlistUpdate(); } result = true; emit dataChanged(index, index); @@ -596,6 +597,7 @@ bool ModList::setData(const QModelIndex &index, const QVariant &value, int role) if (ok) { info->setNexusID(newID); emit modlistChanged(index, role); + emit tutorialModlistUpdate(); result = true; } else { result = false; @@ -1375,6 +1377,7 @@ bool ModList::toggleSelection(QAbstractItemView *itemView) m_Profile->setModsEnabled(modsToEnable, modsToDisable); emit modlistChanged(dirtyMods, 0); + emit tutorialModlistUpdate(); m_Modified = true; m_LastCheck.restart(); -- cgit v1.3.1