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
This commit is contained in:
twanvl
2007-05-19 18:59:00 +00:00
parent 4fc8f88d77
commit d896a95cbb
-1
View File
@@ -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)