Changeset 1762 for trunk/src/user32/button.cpp
- Timestamp:
- Nov 17, 1999, 6:06:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/button.cpp
r1724 r1762 1 /* $Id: button.cpp,v 1.1 7 1999-11-13 16:42:40cbratschi Exp $ */1 /* $Id: button.cpp,v 1.18 1999-11-17 17:04:51 cbratschi Exp $ */ 2 2 /* File: button.cpp -- Button type widgets 3 3 * … … 283 283 } 284 284 285 return 1; //SvL: Bugfix -> PMWINDOW expects non-zero return value if 286 // we want to restore the default mouse cursor 285 return 0; 287 286 } 288 287
Note:
See TracChangeset
for help on using the changeset viewer.