Merge branch 'qt_tree_control' of https://github.com/GeoTeric/wxWidgets into qt_tree_control
This commit is contained in:
@@ -964,6 +964,10 @@ wxTextCtrl *wxTreeCtrl::EditLabel(const wxTreeItemId& item, wxClassInfo* WXUNUSE
|
|||||||
{
|
{
|
||||||
wxCHECK_MSG(item.IsOk(), NULL, "invalid tree item");
|
wxCHECK_MSG(item.IsOk(), NULL, "invalid tree item");
|
||||||
|
|
||||||
|
wxTreeEvent event(wxEVT_TREE_BEGIN_LABEL_EDIT, this, item);
|
||||||
|
if ( HandleWindowEvent(event) && !event.IsAllowed() )
|
||||||
|
return NULL;
|
||||||
|
|
||||||
QTreeWidgetItem *qTreeItem = wxQtConvertTreeItem(item);
|
QTreeWidgetItem *qTreeItem = wxQtConvertTreeItem(item);
|
||||||
m_qtTreeWidget->openPersistentEditor(qTreeItem);
|
m_qtTreeWidget->openPersistentEditor(qTreeItem);
|
||||||
return m_qtTreeWidget->GetEditControl();
|
return m_qtTreeWidget->GetEditControl();
|
||||||
|
Reference in New Issue
Block a user