window->DC.CurrentLineTextBaseOffset=group_data.BackupCurrentLineTextBaseOffset;// FIXME: Ideally we'll grab the base offset from the first line of the group.
window->DC.CurrentLineTextBaseOffset=ImMax(window->DC.PrevLineTextBaseOffset,group_data.BackupCurrentLineTextBaseOffset);// FIXME: Incorrect, we should grab the base offset from the *first line* of the group but it is hard to obtain now.