Changeset 255 for trunk/src/helpers/cctl_tooltip.c
- Timestamp:
- Sep 19, 2003, 8:50:25 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_tooltip.c
r238 r255 218 218 *@@added V0.9.0 [umoeller] 219 219 *@@changed V0.9.12 (2001-04-28) [umoeller]: added mutex protection 220 *@@changed V1.0.2 (2003-07-26) [pr]: fixed tooltip moving with mouse from xcenters @@fixes 455 220 221 */ 221 222 … … 243 244 case WM_BUTTON3DOWN: 244 245 case WM_BUTTON3UP: 246 case WM_MOUSELEAVE: // V1.0.2 (2003-07-26) [pr]: @@fixes 455 245 247 { 246 248 QMSG qmsg; … … 773 775 *@@added V0.9.13 (2001-06-21) [umoeller] 774 776 *@@changed V0.9.19 (2002-05-14) [umoeller]: fixed bad stop timer, thanks yuri 777 *@@changed V1.0.2 (2003-07-26) [pr]: fixed tooltip moving with mouse from xcenters @@fixes 455 775 778 */ 776 779 … … 808 811 || (pqmsg->msg == WM_BUTTON2DOWN) 809 812 || (pqmsg->msg == WM_BUTTON3DOWN) 813 || (pqmsg->msg == WM_MOUSELEAVE) // V1.0.2 (2003-07-26) [pr]: @@fixes 455 810 814 ) 811 815 { … … 832 836 if ( (pttd->ptiMouseOver) 833 837 && (pttd->fIsActive) 838 && (pqmsg->msg != WM_MOUSELEAVE) // V1.0.2 (2003-07-26) [pr]: @@fixes 455 834 839 ) 835 840 {
Note:
See TracChangeset
for help on using the changeset viewer.