diff --git a/src/gui/control/card_list.cpp b/src/gui/control/card_list.cpp index 77125b50..78413fca 100644 --- a/src/gui/control/card_list.cpp +++ b/src/gui/control/card_list.cpp @@ -358,7 +358,6 @@ void CardListBase::onContextMenu(wxContextMenuEvent&) { BEGIN_EVENT_TABLE(CardListBase, ItemList) EVT_LIST_COL_RIGHT_CLICK (wxID_ANY, CardListBase::onColumnRightClick) - EVT_LIST_COL_DRAGGING (wxID_ANY, CardListBase::onColumnResize) EVT_LIST_COL_END_DRAG (wxID_ANY, CardListBase::onColumnResize) EVT_CHAR ( CardListBase::onChar) EVT_MOTION ( CardListBase::onDrag)