diff --git a/src/slic3r/GUI/Widgets/DropDown.cpp b/src/slic3r/GUI/Widgets/DropDown.cpp index cacb39fcd6..d7c3faa9df 100644 --- a/src/slic3r/GUI/Widgets/DropDown.cpp +++ b/src/slic3r/GUI/Widgets/DropDown.cpp @@ -524,7 +524,7 @@ void DropDown::mouseReleased(wxMouseEvent& event) if (HasCapture()) ReleaseMouse(); if (hover_item >= 0) { // not moved -#ifdef __WXOSX__ +#ifndef _WIN32 // To avoid cases, when some dialog appears after item selection, but DropDown is still shown Hide(); #endif