diff options
| author | Tannin <devnull@localhost> | 2015-05-17 14:31:07 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-05-17 14:31:07 +0200 |
| commit | d3e904e9ad53337ac073c5d554b9f2fbc79320ab (patch) | |
| tree | e5e655faaa57c65767d10a90b3c36461264abe4f /src/modlist.cpp | |
| parent | e38592da977858149013d0c500c66975720b3e1f (diff) | |
- bugfix (not released): double click on mod didn't work until a mod was checked/unchecked once
Diffstat (limited to 'src/modlist.cpp')
| -rw-r--r-- | src/modlist.cpp | 2 |
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()
|
