Skip to content

Commit

Permalink
Follow up e2475c9 = code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
YuSanka committed Oct 25, 2021
1 parent 0836fbb commit 0c29eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/slic3r/GUI/ConfigManipulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con
apply(config, &new_conf);
}

static bool support_material_overhangs_queried = set_support_material_overhangs_queried;
support_material_overhangs_queried = set_support_material_overhangs_queried;

if (config->opt_bool("support_material")) {
// Ask only once.
Expand Down
1 change: 1 addition & 0 deletions src/slic3r/GUI/ConfigManipulation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ namespace GUI {
class ConfigManipulation
{
bool is_msg_dlg_already_exist{ false };
bool support_material_overhangs_queried{ false };

// function to loading of changed configuration
std::function<void()> load_config = nullptr;
Expand Down

0 comments on commit 0c29eb9

Please sign in to comment.