Update dwin.cpp

This commit is contained in:
InsanityAutomation
2022-06-02 10:33:57 -04:00
parent 6c828d5f61
commit 90e5130954
+1 -1
View File
@@ -4137,7 +4137,7 @@ void CrealityDWINClass::Menu_Item_Handler(uint8_t menu, uint8_t item, bool draw/
Draw_Checkbox(row, runout.enabled[0]);
}
else {
runout.enabled = !runout.enabled[0];
runout.enabled[0] = !runout.enabled[0];
Draw_Checkbox(row, runout.enabled[0]);
}
break;