diff --git a/WickedEngine/wiGUI.cpp b/WickedEngine/wiGUI.cpp index 2cca60ffc..228b59b46 100644 --- a/WickedEngine/wiGUI.cpp +++ b/WickedEngine/wiGUI.cpp @@ -2794,6 +2794,10 @@ namespace wi::gui else if (combostate == COMBOSTATE_FILTER_INTERACT) { // nothing here, but this holds main widget active while filter interaction is detected + if (clicked && !pointerHitbox.intersects(filter.hitBox)) + { + combostate = COMBOSTATE_INACTIVE; + } } }