mirror of
https://github.com/WB3000/nusdownloader.git
synced 2024-11-16 22:59:22 +01:00
Weak fix to Update Database threading issue.
This commit is contained in:
parent
0566476005
commit
f6533f0afe
@ -962,6 +962,7 @@ namespace NUS_Downloader
|
||||
/// </summary>
|
||||
private void ClearDatabaseStrip()
|
||||
{
|
||||
Control.CheckForIllegalCrossThreadCalls = false;
|
||||
object[] thingstoclear = new object[] {
|
||||
SystemMenuList, IOSMenuList, WiiWareMenuList, VCMenuList,
|
||||
|
||||
@ -2745,8 +2746,6 @@ namespace NUS_Downloader
|
||||
if (Lists[l].DropDownItems[a].Image == Database.redgreen)
|
||||
Lists[l].DropDownItems[a].Image = Database.redgreen_blue;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
WriteStatus(" - Operation completed!");
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user