2
0
Эх сурвалжийг харах

Add break to WidgetDropDown focus event (thanks @viciious)

Michael Ragazzon 6 жил өмнө
parent
commit
c16250ca97

+ 1 - 0
Source/Controls/WidgetDropDown.cpp

@@ -353,6 +353,7 @@ void WidgetDropDown::ProcessEvent(Core::Event& event)
 			button_element->SetPseudoClass("focus", true);
 		}
 	}
+	break;
 	case Core::EventId::Blur:
 	{
 		if (event.GetTargetElement() == parent_element)