diff --git a/src/slic3r/GUI/ConfigWizard.cpp b/src/slic3r/GUI/ConfigWizard.cpp
index cfc81f5a7..ce2ea42e1 100644
--- a/src/slic3r/GUI/ConfigWizard.cpp
+++ b/src/slic3r/GUI/ConfigWizard.cpp
@@ -647,7 +647,6 @@ void PageMaterials::on_mouse_move_on_profiles(wxMouseEvent& evt)
const wxClientDC dc(list_profile);
const wxPoint pos = evt.GetLogicalPosition(dc);
int item = list_profile->HitTest(pos);
- //BOOST_LOG_TRIVIAL(debug) << "hit test: " << item;
on_material_hovered(item);
}
void PageMaterials::on_mouse_enter_profiles(wxMouseEvent& evt)
@@ -661,7 +660,7 @@ void PageMaterials::reload_presets()
clear();
list_printer->append(_(L("(All)")), &EMPTY);
- list_printer->SetLabelMarkup("bald");
+ //list_printer->SetLabelMarkup("bald");
for (const Preset* printer : materials->printers) {
list_printer->append(printer->name, &printer->name);
}
@@ -680,7 +679,6 @@ void PageMaterials::reload_presets()
void PageMaterials::set_compatible_printers_html_window(const std::vector& printer_names, bool all_printers)
{
- //Slic3r::GUI::wxGetApp().dark_mode()
const auto bgr_clr =
#if defined(__APPLE__)
wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW);
@@ -690,9 +688,10 @@ void PageMaterials::set_compatible_printers_html_window(const std::vector"
"