Minor tweak

This commit is contained in:
Travis Nickles 2018-08-12 21:55:09 -05:00
parent 3353b803c3
commit 30a7e3b2c0

View File

@ -1671,9 +1671,8 @@ namespace DS4Windows
inputtimer.Stop();
sixaxisTimer.Stop();
root.OptionsClosed();
lVActions.ItemCheck -= this.lVActions_ItemCheck;
Visible = false;
e.Cancel = true;
e.Cancel = false;
}
private void cBSlide_CheckedChanged(object sender, EventArgs e)