Tables: fixed double-clicking on a column from clearing HoveredColumnBorder for a frame.

This commit is contained in:
ocornut
2023-10-11 21:40:21 +02:00
parent 08606714a3
commit be1311cfc1
2 changed files with 2 additions and 2 deletions

View File

@ -1234,7 +1234,7 @@ void ImGui::TableUpdateBorders(ImGuiTable* table)
{
TableSetColumnWidthAutoSingle(table, column_n);
ClearActiveID();
held = hovered = false;
held = false;
}
if (held)
{