Fix ComboBox regression
This commit is contained in:
@@ -548,6 +548,7 @@ namespace FlaxEditor.GUI
|
||||
{
|
||||
_mouseDown = true;
|
||||
Focus();
|
||||
return true;
|
||||
}
|
||||
|
||||
return base.OnMouseDown(location, button);
|
||||
|
||||
Reference in New Issue
Block a user