Ignore:
Timestamp:
Nov 17, 1999, 6:06:23 PM (26 years ago)
Author:
cbratschi
Message:

cursor handling fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/button.cpp

    r1724 r1762  
    1 /* $Id: button.cpp,v 1.17 1999-11-13 16:42:40 cbratschi Exp $ */
     1/* $Id: button.cpp,v 1.18 1999-11-17 17:04:51 cbratschi Exp $ */
    22/* File: button.cpp -- Button type widgets
    33 *
     
    283283  }
    284284
    285   return 1; //SvL: Bugfix -> PMWINDOW expects non-zero return value if
    286             //               we want to restore the default mouse cursor
     285  return 0;
    287286}
    288287
Note: See TracChangeset for help on using the changeset viewer.