You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// FIXME-TABLE: Column resize happens within first table instance, but depends on table->WorkRect of resized instance, which isn't available. See TableGetMaxColumnWidth().
1607
+
#if IMGUI_VERSION_NUM < 19105
1607
1608
if (vars.MultiWindow && vars.SideBySide)
1608
1609
continue;
1610
+
#endif
1611
+
// FIXME-TABLE: Column resize for multiple instances is not perfect. (e.g. #7933)
0 commit comments