Wrong Window Focused in Editor

Hello Rudy,

Thank you for the fast reply. Your reply made me reiterate over everything i did and i in fact changed parts of the engine in the SlateApplication.cpp. I changed this value from 0 to 1 and forgot to change it back…

int32 FSlateApplication::GetUserIndexForKeyboard() const
{
	//@Todo Slate: Fix this to actual be a map and add API for the user to edit the mapping.
	// HACK! Just directly mapping the keyboard to User Index 0.
	return 0;
}

Thank you for your help!