Update control states even when presets empty

This commit is contained in:
Jaex 2017-10-14 15:26:36 +03:00
parent 6bc7e0c446
commit 5a03cad948
2 changed files with 2 additions and 1 deletions

View file

@ -141,6 +141,8 @@ private void LoadSettings()
cbPresets.SelectedIndex = SelectedPresetIndex;
}
UpdateControlStates();
pauseUpdate = false;
}

View file

@ -28,7 +28,6 @@
using System;
using System.Collections.Generic;
using System.Collections.Specialized;
using System.ComponentModel;
using System.Drawing;
using System.Globalization;
using System.IO;