Fixed non-visible gyro panel problem on new profile

This commit is contained in:
Travis Nickles 2019-11-24 22:14:36 -06:00
parent 7147f03696
commit 9a5d4c1f63

View File

@ -1691,9 +1691,9 @@ namespace DS4Windows.Forms
calculateProfileActionDicts(device); calculateProfileActionDicts(device);
cacheProfileCustomsFlags(device); cacheProfileCustomsFlags(device);
pnlTPMouse.Visible = rBTPMouse.Checked; pnlTPMouse.Visible = rBTPMouse.Checked;
pnlSAMouse.Visible = false; //pnlSAMouse.Visible = false;
fLPTiltControls.Visible = false; //fLPTiltControls.Visible = false;
gyroMouseJoyFLP.Visible = false; //gyroMouseJoyFLP.Visible = false;
fLPTouchSwipe.Visible = rBTPControls.Checked; fLPTouchSwipe.Visible = rBTPControls.Checked;
TrackballMode[device] = trackballCk.Checked; TrackballMode[device] = trackballCk.Checked;
TrackballFriction[device] = (double)trackFrictionNUD.Value; TrackballFriction[device] = (double)trackFrictionNUD.Value;