compile bug fixed in SetCursor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6757 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -588,7 +588,7 @@ bool wxWindowBase::SetCursor(const wxCursor& cursor)
|
|||||||
{
|
{
|
||||||
// setting an invalid cursor is ok, it means that we don't have any special
|
// setting an invalid cursor is ok, it means that we don't have any special
|
||||||
// cursor
|
// cursor
|
||||||
if ( cursor == m_cursor )
|
if ( m_cursor == cursor )
|
||||||
{
|
{
|
||||||
// no change
|
// no change
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
Reference in New Issue
Block a user