summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-05-17 14:31:07 +0200
committerTannin <devnull@localhost>2015-05-17 14:31:07 +0200
commitd3e904e9ad53337ac073c5d554b9f2fbc79320ab (patch)
treee5e655faaa57c65767d10a90b3c36461264abe4f /src
parente38592da977858149013d0c500c66975720b3e1f (diff)
- bugfix (not released): double click on mod didn't work until a mod was checked/unchecked once
Diffstat (limited to 'src')
-rw-r--r--src/modlist.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modlist.cpp b/src/modlist.cpp
index fc09097a..3aed1d4c 100644
--- a/src/modlist.cpp
+++ b/src/modlist.cpp
@@ -69,6 +69,8 @@ ModList::ModList(QObject *parent)
m_ContentIcons[ModInfo::CONTENT_SOUND] = std::make_tuple(":/MO/gui/content/sound", tr("Sound"));
m_ContentIcons[ModInfo::CONTENT_STRING] = std::make_tuple(":/MO/gui/content/string", tr("Strings"));
m_ContentIcons[ModInfo::CONTENT_TEXTURE] = std::make_tuple(":/MO/gui/content/texture", tr("Textures"));
+
+ m_LastCheck.start();
}
ModList::~ModList()