diff --git a/src/slic3r/GUI/TopBar.cpp b/src/slic3r/GUI/TopBar.cpp index cb42ef2eecf..59d965e7a53 100644 --- a/src/slic3r/GUI/TopBar.cpp +++ b/src/slic3r/GUI/TopBar.cpp @@ -286,7 +286,6 @@ void TopBarItemsCtrl::CreateSearch() ctrl->Bind(wxEVT_LEFT_DOWN, [this](wxMouseEvent& event) { TriggerSearch(); - event.Skip(); }); ctrl->Bind(wxEVT_LEFT_UP, [this](wxMouseEvent& event)