fixed changing debug colors status without confirmation

This commit is contained in:
thrust26 2019-01-06 20:13:04 +01:00
parent e2dabba309
commit cadfbdd767
1 changed files with 1 additions and 2 deletions

View File

@ -212,7 +212,7 @@ void DeveloperDialog::addTiaTab(const GUI::Font& font)
ypos += lineHeight + VGAP * 1; ypos += lineHeight + VGAP * 1;
myGRP0SwapWidget = new CheckboxWidget(myTab, font, HBORDER + INDENT, ypos + 1, myGRP0SwapWidget = new CheckboxWidget(myTab, font, HBORDER + INDENT, ypos + 1,
"Delayed player 0 swap (He-Man V1, Obelix)"); "Delayed player 0 swap (He-Man V1/Obelix/Octopus)");
wid.push_back(myGRP0SwapWidget); wid.push_back(myGRP0SwapWidget);
ypos += lineHeight + VGAP * 1; ypos += lineHeight + VGAP * 1;
@ -729,7 +729,6 @@ void DeveloperDialog::setWidgetStates(SettingsSet set)
myTVJitterRecWidget->setValue(myTVJitterRec[set]); myTVJitterRecWidget->setValue(myTVJitterRec[set]);
handleTVJitterChange(myTVJitterWidget->getState()); handleTVJitterChange(myTVJitterWidget->getState());
handleEnableDebugColors();
// States // States
myTimeMachineWidget->setState(myTimeMachine[set]); myTimeMachineWidget->setState(myTimeMachine[set]);