Fixed a warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3473,8 +3473,6 @@ void wxPropertyGrid::CustomSetCursor( int type, bool override )
|
|||||||
// Setups event handling for child control
|
// Setups event handling for child control
|
||||||
void wxPropertyGrid::SetupChildEventHandling( wxWindow* argWnd, int id )
|
void wxPropertyGrid::SetupChildEventHandling( wxWindow* argWnd, int id )
|
||||||
{
|
{
|
||||||
wxWindow* wnd = argWnd;
|
|
||||||
|
|
||||||
if ( argWnd == m_wndEditor )
|
if ( argWnd == m_wndEditor )
|
||||||
{
|
{
|
||||||
this->Connect(id, wxEVT_MOTION,
|
this->Connect(id, wxEVT_MOTION,
|
||||||
|
Reference in New Issue
Block a user