From cadfbdd767d5fb4ba0f5799ae36713105c97e13c Mon Sep 17 00:00:00 2001 From: thrust26 Date: Sun, 6 Jan 2019 20:13:04 +0100 Subject: [PATCH] fixed changing debug colors status without confirmation --- src/gui/DeveloperDialog.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gui/DeveloperDialog.cxx b/src/gui/DeveloperDialog.cxx index c354af990..2e6647c3a 100644 --- a/src/gui/DeveloperDialog.cxx +++ b/src/gui/DeveloperDialog.cxx @@ -212,7 +212,7 @@ void DeveloperDialog::addTiaTab(const GUI::Font& font) ypos += lineHeight + VGAP * 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); ypos += lineHeight + VGAP * 1; @@ -729,7 +729,6 @@ void DeveloperDialog::setWidgetStates(SettingsSet set) myTVJitterRecWidget->setValue(myTVJitterRec[set]); handleTVJitterChange(myTVJitterWidget->getState()); - handleEnableDebugColors(); // States myTimeMachineWidget->setState(myTimeMachine[set]);