Comment on invalid comment regarding preserving keyboard focus of a closed window, due to commit 19d02becef. This is probably still what we want. (followup #727)
window->FocusIdxTabRequestNext=window->FocusIdxTabCounter+(g.IO.KeyShift?(allow_keyboard_focus?-1:0):+1);// Modulo on index will be applied at the end of frame once we've got the total counter of items.
// NB: Don't discard FocusedWindow if it isn't active, so that a window that go on/off programatically won't lose its keyboard focus.
//// NB: Don't discard FocusedWindow if it isn't active, so that a window that go on/off programatically won't lose its keyboard focus. // [2016/07/17] That comment was made invalid by 19d02becef94e8e0f1d432a8bd55cd783876583c