mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Follow-up of 908c48ae6a
-> Fixed update after switching tab after editing custom g-code in settings tabs (#6258)
This commit is contained in:
parent
991fa67fd1
commit
4496e2a8ce
3 changed files with 17 additions and 32 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue