mirror of https://github.com/stella-emu/stella.git
fixed changing debug colors status without confirmation
This commit is contained in:
parent
e2dabba309
commit
cadfbdd767
|
@ -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]);
|
||||||
|
|
Loading…
Reference in New Issue