Ignore:
Timestamp:
Oct 18, 2005, 1:18:22 AM (20 years ago)
Author:
pr
Message:

Bart's fix for bug 676

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1-0/src/helpers/cctl_tooltip.c

    r297 r301  
    10491049 *
    10501050 *@@added V0.9.13 (2001-06-21) [umoeller]
     1051 *@@changed V1.0.4 (2005-10-15) [bvl]: Add 1 pixel to width of DBCS tooltip @@fixes 676
    10511052 */
    10521053
     
    10701071
    10711072    // calc width and height of tooltip
     1073    // DBCS needs a extra pixel to show characters.
    10721074    cx = rcl.xRight + 2*TOOLTIP_CX_BORDER;
     1075    if (nlsDBCS())
     1076        cx++;
     1077
    10731078    cy = (rcl.yTop - rcl.yBottom) + 2*TOOLTIP_CY_BORDER;
    10741079
Note: See TracChangeset for help on using the changeset viewer.