gui combobox filter fix

This commit is contained in:
Turánszki János
2025-06-28 15:36:18 +02:00
parent 1e80b4b420
commit 67233c5fdf
+4
View File
@@ -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;
}
}
}