From d3e904e9ad53337ac073c5d554b9f2fbc79320ab Mon Sep 17 00:00:00 2001 From: Tannin Date: Sun, 17 May 2015 14:31:07 +0200 Subject: - bugfix (not released): double click on mod didn't work until a mod was checked/unchecked once --- src/modlist.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modlist.cpp') 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() -- cgit v1.3.1