Skip to content

Commit

Permalink
Combo列表点击事件
Browse files Browse the repository at this point in the history
  • Loading branch information
qdtroy committed Apr 8, 2022
1 parent 9e9edc8 commit 8a08e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DuiLib/Control/UICombo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ namespace DuiLib {
}
pCtrl = pCtrl->GetParent();
}
if( m_pOwner->GetManager() != NULL ) m_pOwner->GetManager()->SendNotify(msg.pSender, DUI_MSGTYPE_CLICK, 0, 0);
}
}

Expand Down

0 comments on commit 8a08e17

Please sign in to comment.