From d896a95cbb84c7657ec3ca4d52d8988364c8d7da Mon Sep 17 00:00:00 2001 From: twanvl Date: Sat, 19 May 2007 18:59:00 +0000 Subject: [PATCH] COL_DRAGGING event doesn't seem to do anything git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@399 0fc631ac-6414-0410-93d0-97cfa31319b6 --- src/gui/control/card_list.cpp | 1 - 1 file changed, 1 deletion(-) 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)