Del information msg
This commit is contained in:
parent
36e8544df2
commit
c19fe985e8
1 changed files with 0 additions and 1 deletions
|
@ -232,7 +232,6 @@ wxBoxSizer* content_objects_list(wxWindow *win)
|
||||||
#ifndef __WXMSW__
|
#ifndef __WXMSW__
|
||||||
m_objects_ctrl->Bind(wxEVT_DATAVIEW_ITEM_VALUE_CHANGED, [](wxDataViewEvent& event)
|
m_objects_ctrl->Bind(wxEVT_DATAVIEW_ITEM_VALUE_CHANGED, [](wxDataViewEvent& event)
|
||||||
{
|
{
|
||||||
wxMessageBox("DATAVIEW_ITEM_VALUE_CHANGED");
|
|
||||||
if (!*m_config)
|
if (!*m_config)
|
||||||
return;
|
return;
|
||||||
if (event.GetColumn() == 3)
|
if (event.GetColumn() == 3)
|
||||||
|
|
Loading…
Reference in a new issue