Follow-up of 908c48ae6a -> Fixed update after switching tab after editing custom g-code in settings tabs (#6258)
This commit is contained in:
committed by
GitHub
parent
991fa67fd1
commit
4496e2a8ce
@@ -351,6 +351,7 @@ public:
|
||||
#if ENABLE_VALIDATE_CUSTOM_GCODE
|
||||
static bool validate_custom_gcode(const wxString& title, const std::string& gcode);
|
||||
bool validate_custom_gcodes();
|
||||
bool validate_custom_gcodes_was_shown { false };
|
||||
#endif // ENABLE_VALIDATE_CUSTOM_GCODE
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user