mirror of
https://github.com/ocornut/imgui.git
synced 2026-04-30 19:24:15 +00:00
Tables: fixed double-clicking on a column from clearing HoveredColumnBorder for a frame.
This commit is contained in:
@@ -1234,7 +1234,7 @@ void ImGui::TableUpdateBorders(ImGuiTable* table)
|
||||
{
|
||||
TableSetColumnWidthAutoSingle(table, column_n);
|
||||
ClearActiveID();
|
||||
held = hovered = false;
|
||||
held = false;
|
||||
}
|
||||
if (held)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user