aboutsummaryrefslogtreecommitdiff
blob: 880ef6b1f9f00f30a5295d06dcd5ddc23df1f1eb (plain)
1
2
3
4
5
6
7
8
9
--- a/src/slic3r/GUI/FreeCADDialog.cpp
+++ b/src/slic3r/GUI/FreeCADDialog.cpp
@@ -706,5 +706,5 @@
     m_text->Bind(wxEVT_KEY_DOWN, &FreeCADDialog::on_key_type, this);
     m_text->Bind(wxEVT_CHAR, &FreeCADDialog::on_char_type, this);
-    m_text->Bind(wxEVT_STC_AUTOCOMP_COMPLETED, &FreeCADDialog::on_autocomp_complete, this);
+   //m_text->Bind(wxEVT_STC_AUTOCOMP_COMPLETED, &FreeCADDialog::on_autocomp_complete, this);
     m_text->Connect(wxID_ANY,
            wxEVT_KEY_DOWN,