// Active (dragged) column always follow mouse. The reason we need this is that dragging a column to the right edge of an auto-resizing
@ -10876,7 +10878,7 @@ static float GetDraggedColumnOffset(ImGuiColumnsSet* columns, int column_index)
IM_ASSERT(column_index>0);// We cannot drag column 0. If you get this assert you may have a conflict between the ID of your columns and another widgets.
g.ActiveIdClickOffset.x-=column_hw;// Store from center of column line (we used a 8 wide rect for columns clicking). This is used by GetDraggedColumnOffset().