mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 02:54:20 +01:00
Corrected event hook. Set up later event looking.
Related to issue #873
This commit is contained in:
parent
f0c0c51096
commit
df743f3f59
@ -160,8 +160,6 @@ namespace DS4Windows.Forms
|
|||||||
|
|
||||||
CustomCurveChecker();
|
CustomCurveChecker();
|
||||||
|
|
||||||
SetupEvents();
|
|
||||||
|
|
||||||
tp.SetToolTip(RoundnessNUpDown, Properties.Resources.SquareStickRoundness);
|
tp.SetToolTip(RoundnessNUpDown, Properties.Resources.SquareStickRoundness);
|
||||||
tp.SetToolTip(RoundnessRsNUD, Properties.Resources.SquareStickRoundness);
|
tp.SetToolTip(RoundnessRsNUD, Properties.Resources.SquareStickRoundness);
|
||||||
}
|
}
|
||||||
@ -332,7 +330,7 @@ namespace DS4Windows.Forms
|
|||||||
// Axis Config Events
|
// Axis Config Events
|
||||||
nUDLS.ValueChanged += numUDLS_ValueChanged;
|
nUDLS.ValueChanged += numUDLS_ValueChanged;
|
||||||
nUDLSMaxZone.ValueChanged += nUDLSMaxZone_ValueChanged;
|
nUDLSMaxZone.ValueChanged += nUDLSMaxZone_ValueChanged;
|
||||||
nUDLSAntiDead.ValueChanged += nUDLSMaxZone_ValueChanged;
|
nUDLSAntiDead.ValueChanged += nUDLSAntiDead_ValueChanged;
|
||||||
nUDLSS.ValueChanged += nUDLSSens_ValueChanged;
|
nUDLSS.ValueChanged += nUDLSSens_ValueChanged;
|
||||||
lsOutCurveComboBox.SelectedIndexChanged += lsOutCurveComboBox_SelectedIndexChanged;
|
lsOutCurveComboBox.SelectedIndexChanged += lsOutCurveComboBox_SelectedIndexChanged;
|
||||||
lsSquStickCk.Click += lsSquStickCk_Click;
|
lsSquStickCk.Click += lsSquStickCk_Click;
|
||||||
@ -1199,6 +1197,8 @@ namespace DS4Windows.Forms
|
|||||||
lVActions.ItemCheck += new ItemCheckEventHandler(this.lVActions_ItemCheck);
|
lVActions.ItemCheck += new ItemCheckEventHandler(this.lVActions_ItemCheck);
|
||||||
loading = false;
|
loading = false;
|
||||||
saving = false;
|
saving = false;
|
||||||
|
|
||||||
|
SetupEvents();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void LoadActions(bool newp)
|
public void LoadActions(bool newp)
|
||||||
|
Loading…
Reference in New Issue
Block a user