removed debugging messages I just added by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2114,7 +2114,8 @@ void wxGrid::ChangeCursorMode(CursorMode mode,
|
|||||||
_T("SELECT_COL")
|
_T("SELECT_COL")
|
||||||
};
|
};
|
||||||
|
|
||||||
wxLogDebug(_T("wxGrid cursor mode (mouse capture for %s): %s -> %s"),
|
wxLogTrace(_T("grid"),
|
||||||
|
_T("wxGrid cursor mode (mouse capture for %s): %s -> %s"),
|
||||||
win == m_colLabelWin ? _T("colLabelWin")
|
win == m_colLabelWin ? _T("colLabelWin")
|
||||||
: win ? _T("rowLabelWin")
|
: win ? _T("rowLabelWin")
|
||||||
: _T("gridWin"),
|
: _T("gridWin"),
|
||||||
|
Reference in New Issue
Block a user